ActionCollection.Add Method

Language:

Add an element to the collection.

Definition

Visual Basic Public Function Add( _
    ByVal value As Action _
) As Integer
C# public int Add(
    Action value
);
C++ public:
int Add(
    Actionvalue
);
JScript public function Add(
    value : Action
) : int;

Parameters

value Microsoft.DirectX.DirectInput.Action

Return Value

System.Int32


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