CharacterMetricsDictionary.Keys プロパティ

定義

重要

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

CharacterMetricsDictionary から文字コードのコレクションを取得します。

public:
 property System::Collections::Generic::ICollection<int> ^ Keys { System::Collections::Generic::ICollection<int> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<int> Keys { get; }
[<System.CLSCompliant(false)>]
member this.Keys : System.Collections.Generic.ICollection<int>
Public ReadOnly Property Keys As ICollection(Of Integer)

プロパティ値

ICollection<Int32>

Int32 型のキーのコレクション。

実装

属性

注釈

返されるコレクション内の各キーは、文字コードを表します。

適用対象