DevicesCollection.Item Property |
Language: |
Retrieves a DeviceInformation structure at a particular index.
Visual Basic Public ReadOnly Property Item( _
ByVal index As Integer _
) As DeviceInformationC# public DeviceInformation this[
int index
] { get; }C++ public:
property DeviceInformation default [int] {
DeviceInformation get(int index);
}JScript In JScript, you can use indexed properties, but you cannot define your own.
index System.Int32
The index of the DeviceInformation structure to retrieve.
Microsoft.DirectX.DirectSound.DeviceInformation
This property is read-only.
The DeviceInformation structure in the DevicesCollection at the index from the index parameter.
Exceptions
ArgumentOutOfRangeException The index parameter is out of range of the collection.
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