BufferedDataCollection.Remove(BufferedData) Method (Microsoft.DirectX.DirectInput)

Removes the first occurrence of a specific object from the collection.

Definition

Visual Basic Public Sub Remove( _
    ByVal value As BufferedData _
)
C# public void Remove(
    BufferedData value
);
C++ public:
void Remove(
    BufferedDatavalue
);
JScript public function Remove(
    value : BufferedData
);

Parameters

value Microsoft.DirectX.DirectInput.BufferedData