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.

XmlNamespaceMappingCollection::CopyTo Method (array<XmlNamespaceMapping^>^, Int32)

 

Copies the items of the collection to the specified array, starting at the specified index.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual void CopyTo(
	array<XmlNamespaceMapping^>^ array,
	int arrayIndex
) sealed

Parameters

array
Type: array<System.Windows.Data::XmlNamespaceMapping^>^

The array that is the destination of the items copied from the collection.

arrayIndex
Type: System::Int32

The zero-based index in array at which copying starts.

Exception Condition
ArgumentNullException

If array is null.

ArgumentException

If the number of items exceed the length of the array.

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