| BufferedDataCollection.Insert Method | Language: | 
      
      
      Inserts an element into the collection at the specified index.
      Definition
      
        
          
            | Visual Basic | Public Sub Insert( _ ByVal __unnamed000 As Integer, _
 ByVal __unnamed001 As Object _
 )
 | 
          
            | C# | public void  Insert( int __unnamed000,
 object __unnamed001
 );
 | 
          
            | C++ | public: void Insert(
 int __unnamed000,
 Object^ __unnamed001
 );
 | 
          
            | JScript | public function Insert( __unnamed000 : int,
 __unnamed001 : Object
 );
 | 
        
      
      Parameters
      
        
      
      
      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