ColumnDefinitionCollection::ICollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see ICollection::CopyTo.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- array
-
Type:
System::Array^
A zero-based Array that receives the copied items from the ColumnDefinitionCollection.
- index
-
Type:
System::Int32
The first position in the specified Array to receive the copied contents.
Implements
ICollection::CopyTo(Array^, Int32)This member is an explicit interface member implementation. It can be used only when the ColumnDefinitionCollection instance is cast to an ICollection interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: