AdapterListCollection.Item Property

Language:

Retrieves a specific AdapterInformation object using an index value.

Definition

Visual Basic Public ReadOnly Property Item( _
    ByVal adapter As Integer _
) As AdapterInformation
C# 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.

Parameters

adapter System.Int32
Index value of the adapter to retrieve.

Property Value

Microsoft.DirectX.Direct3D.AdapterInformation
An AdapterInformation object at the param_Int32_index.

This property is read-only. 

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