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

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

实现

注解

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

适用于