Microsoft DirectX 9.0 SDK Update (October 2004)

AdapterListCollection.Item Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves a specific AdapterInformation object using an index value.

Definition

Visual Basic .NET Public ReadOnly Property Item( _
    ByVal adapter As Integer _
) As AdapterInformation
C# public AdapterInformation this[
    int adapter
] { get; }
Managed C++ public: __property AdapterInformation* get_Item(
    int adapter
);
JScript .NET In JScript .NET, you can use indexed properties, but you cannot define your own.

Property Value

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

This property is read-only. 

Parameters

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

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center