Microsoft DirectX 9.0 SDK Update (October 2004)

ActionCollection.Item Property

Language:

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

Definition

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

Property Value

Microsoft.DirectX.DirectInput.Action .

This property is read/write. 

Parameters

index System.Int32.

© 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