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
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)