Microsoft DirectX 9.0 SDK Update (October 2004)

BufferedDataCollection.Remove Method

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

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

Parameters

value Microsoft.DirectX.DirectInput.BufferedData.

© 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