CharacterMetricsDictionary.GetEnumerator メソッド

定義

重要

この API は CLS 準拠ではありません。

コレクションを反復処理する列挙子を返します。

public:
 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<int, System::Windows::Media::CharacterMetrics ^>> ^ GetEnumerator();
[System.CLSCompliant(false)]
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<int,System.Windows.Media.CharacterMetrics>> GetEnumerator ();
[<System.CLSCompliant(false)>]
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<int, System.Windows.Media.CharacterMetrics>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of Integer, CharacterMetrics))

戻り値

コレクションを反復処理する列挙子です。

実装

属性

適用対象