| BufferedDataCollection.IndexOf Method | Language: | 
      
      
      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 obj As Object _
 ) As Integer
 | 
          
            | C# | public int  IndexOf( object obj
 );
 | 
          
            | C++ | public: int IndexOf(
 Object^ obj
 );
 | 
          
            | JScript | public function IndexOf( obj : Object
 ) : 
      int;
 | 
        
      
      Parameters
      
        
      
      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