CharacterMetricsDictionary.Keys プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この 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)
プロパティ値
Int32 型のキーのコレクション。
実装
- 属性
注釈
返されるコレクション内の各キーは、文字コードを表します。