ActionCollection.Insert Method
|
Language: |
Inserts an element into the collection at the specified index.
Definition
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 ); |
Parameters
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