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

実装

注釈

パーソナル化ディクショナリから値を取得するには、このメソッドを使用します。

適用対象