Deployment Tools Foundation
CopyTo Method (array, arrayIndex)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnCollection ► CopyTo(array<ColumnInfo>[]()[], Int32)
Copies the columns from this collection into an array.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void CopyTo( ColumnInfo[] array, int arrayIndex )
Public Sub CopyTo ( _ array As ColumnInfo(), _ arrayIndex As Integer _ )
public: virtual void CopyTo( array<ColumnInfo^>^ array, int arrayIndex ) sealed
Parameters
- array (array< ColumnInfo >[]()[])
- destination array to be filed
- arrayIndex (Int32)
- offset into the destination array where copying begins