ActionCollection.Insert Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Inserts an element into the collection at the specified index.
Definition
Visual Basic .NET |
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As Action _ ) |
C# |
public void Insert( int index, Action value ); |
Managed C++ |
public: void Insert( int index, Action *value ); |
JScript .NET |
public function Insert( index : int, value : Action ); |
Parameters
© 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