ActionCollection.Add Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Add an element to the collection.
Definition
Visual Basic .NET |
Public Function Add( _ ByVal value As Action _ ) As Integer |
C# |
public int Add( Action value ); |
Managed C++ |
public: int Add( Action *value ); |
JScript .NET |
public function Add( value : Action ) :
int; |
Parameters
Return Value
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