AdapterListCollection.Item Property |
Language: |
Retrieves a specific AdapterInformation object using an index value.
Visual Basic Public ReadOnly Property Item( _
ByVal adapter As Integer _
) As AdapterInformationC# public AdapterInformation this[
int adapter
] { get; }C++ public:
property AdapterInformation^ default [int] {
AdapterInformation^ get(int adapter);
}JScript In JScript, you can use indexed properties, but you cannot define your own.
adapter System.Int32
Index value of the adapter to retrieve.
Microsoft.DirectX.Direct3D.AdapterInformation
This property is read-only.
An AdapterInformation object at the param_Int32_index.
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