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 类型的键的集合。

实现

属性

注解

返回的集合中的每个键都表示字符代码。

适用于