Share via


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

Returns the zero-based index of the first occurrence of a value in the collection or in a portion of it.

Definition

Visual Basic Public Function IndexOf( _
    ByVal value As BufferedData _
) As Integer
C# public int IndexOf(
    BufferedData value
);
C++ public:
int IndexOf(
    BufferedDatavalue
);
JScript public function IndexOf(
    value : BufferedData
) : int;

Parameters

value Microsoft.DirectX.DirectInput.BufferedData

Return Value

System.Int32