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

実装

注釈

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

適用対象