PersonalizationDictionary.Keys 属性

定义

获取对 ICollection 包含个性化设置字典键的对象的引用。

public:
 virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overridable ReadOnly Property Keys As ICollection

属性值

ICollection包含个性化设置字典的键。

实现

注解

使用此方法获取个性化设置字典的键。

适用于