XmlNamespaceMappingCollection.CopyTo(XmlNamespaceMapping[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the items of the collection to the specified array, starting at the specified index.
public:
virtual void CopyTo(cli::array <System::Windows::Data::XmlNamespaceMapping ^> ^ array, int arrayIndex);
public void CopyTo (System.Windows.Data.XmlNamespaceMapping[] array, int arrayIndex);
abstract member CopyTo : System.Windows.Data.XmlNamespaceMapping[] * int -> unit
override this.CopyTo : System.Windows.Data.XmlNamespaceMapping[] * int -> unit
Public Sub CopyTo (array As XmlNamespaceMapping(), arrayIndex As Integer)
Parameters
- array
- XmlNamespaceMapping[]
The array that is the destination of the items copied from the collection.
- arrayIndex
- Int32
The zero-based index in array at which copying starts.
Implements
Exceptions
If array
is null
.
If the number of items exceed the length of the array.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.