BufferedDataCollection.Item Property |
Language: |
Visual Basic Public Property Item( _
ByVal index As Integer _
) As BufferedDataC# public BufferedData this[
int index
] { get; set; }C++ public:
property BufferedData^ default [int] {
BufferedData^ get(int index);
void set(int index, BufferedData^ value);
}JScript In JScript, you can use indexed properties, but you cannot define your own.
index System.Int32
This property is read/write.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center