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 的索引鍵集合。

實作

屬性

備註

傳回集合中的每個索引鍵都代表字元碼。

適用於