CharacterMetricsDictionary.CopyTo Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Kopieert de items in de verzameling naar een matrix, beginnend bij een specifieke matrixindex.

public:
 virtual void CopyTo(cli::array <System::Collections::Generic::KeyValuePair<int, System::Windows::Media::CharacterMetrics ^>> ^ array, int index);
[System.CLSCompliant(false)]
public void CopyTo(System.Collections.Generic.KeyValuePair<int,System.Windows.Media.CharacterMetrics>[] array, int index);
[<System.CLSCompliant(false)>]
abstract member CopyTo : System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of Integer, CharacterMetrics)(), index As Integer)

Parameters

array
KeyValuePair<Int32,CharacterMetrics>[]

De eendimensionale matrix die de bestemming is van de elementen die uit de CharacterMetricsDictionary.

index
Int32

De op nul gebaseerde index array waarin kopiƫren begint.

Implementeringen

Kenmerken

Van toepassing op