Microsoft DirectX 9.0 SDK Update (October 2004)

DevicesCollection.Item Property

Language:

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

Retrieves a DeviceInformation structure at a particular index.

Definition

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

Property Value

Microsoft.DirectX.DirectSound.DeviceInformation . The DeviceInformation structure in the DevicesCollection at the index from the index parameter.

This property is read-only. 

Parameters

index System.Int32. The index of the DeviceInformation structure to retrieve.

Remarks

Exceptions
ArgumentOutOfRangeException Leave Site The index parameter is out of range of the collection.


© 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