Share via


AdapterListCollection.Item Property

Gets a specific AdapterInformation structure using an index value.

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    adapter As Integer _
) As AdapterInformation
'Usage
Dim instance As AdapterListCollection
Dim adapter As Integer
Dim value As AdapterInformation

value = instance(adapter)
public AdapterInformation this [
    int adapter
] { get; }
public:
property AdapterInformation^ default [int] {
    AdapterInformation^ get (int adapter);
}
/** @property */
public AdapterInformation get_Item (int adapter)
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • adapter
    An index value of the adapter to retrieve.

Property Value

A AdapterInformation structure at the index value.

.NET Framework Security

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

AdapterListCollection Class
AdapterListCollection Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace