ActionCollection.Insert Method |
Language: |
Inserts an element into the collection at the specified index.
Visual Basic Public Sub Insert( _
ByVal index As Integer, _
ByVal value As Action _
)C# public void Insert(
int index,
Action value
);C++ public:
void Insert(
int index,
Action^ value
);JScript public function Insert(
index : int,
value : Action
);
index System.Int32
value Microsoft.DirectX.DirectInput.Action
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