Copies the entire 
TagCollection to a compatible one-dimensional array, starting at the specified index of the target array.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub CopyTo( _
   ByVal  As System.Array, _
   ByVal  As System.Integer _
) 
             
        
            
            public void CopyTo( 
   System.Array ,
   System.int 
)
             
        
             
        
            パラメータ
- array
 
- The target array.
 - index
 
- Start index of the array.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照