Microsoft DirectX 9.0 SDK Update (October 2004)

BufferedDataCollection.IndexOf Method

Language:

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

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

Definition

Visual Basic .NET Public Function IndexOf( _
    ByVal obj As Object _
) As Integer
C# public int IndexOf(
    object obj
);
Managed C++ public: int IndexOf(
    Object *obj
);
JScript .NET public function IndexOf(
    obj : Object
) : int;

Parameters

obj System.Object.

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