共用方式為


CharacterMetricsDictionary.CopyTo 方法

定義

重要

此 API 不符合 CLS 規範。

將集合中的項目複製到從特定陣列索引開頭的陣列。

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)

參數

array
KeyValuePair<Int32,CharacterMetrics>[]

一維陣列,這個陣列是從 CharacterMetricsDictionary 複製項目的目的地。

index
Int32

array 中以零起始的索引,即開始複製的位置。

實作

屬性

適用於