PersonalizationDictionary.Values 属性

定义

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

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

属性值

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

实现

注解

使用此方法从个性化设置字典中获取值。

适用于