AdapterListCollection.Item Property (Microsoft.DirectX.Direct3D)

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.