Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SchemaImporterExtensionCollection::CopyTo Method (array<SchemaImporterExtension^>^, Int32)

 

Copies all the elements of the current SchemaImporterExtensionCollection to the specified array of SchemaImporterExtension objects at the specified index.

Namespace:   System.Xml.Serialization.Advanced
Assembly:  System.Xml (in System.Xml.dll)

public:
void CopyTo(
	array<SchemaImporterExtension^>^ array,
	int index
)

Parameters

array
Type: array<System.Xml.Serialization.Advanced::SchemaImporterExtension^>^

The SchemaImporterExtension to copy the current collection to.

index
Type: System::Int32

The zero-based index at which the collection is added.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft