CopyTo Method (array, arrayIndex)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CopyTo Method (array, arrayIndex)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerComponentInfoCollectionCopyTo(array<ComponentInfo>[]()[][], Int32)
Copies the features into an array.
Declaration Syntax
C# Visual Basic Visual C++
public void CopyTo(
	ComponentInfo[] array,
	int arrayIndex
)
Public Sub CopyTo ( 
	array As ComponentInfo(),
	arrayIndex As Integer
)
public:
virtual void CopyTo(
	array<ComponentInfo^>^ array, 
	int arrayIndex
) sealed
Parameters
array (array<ComponentInfo>[]()[][])
array that receives the features
arrayIndex (Int32)
offset into the array

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)