DesignerActionItem.Properties プロパティ

定義

プログラマ定義のキーと値のペアを格納するために使用できるコレクションへの参照を取得します。

public:
 property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Properties { get; }
member this.Properties : System.Collections.IDictionary
Public ReadOnly Property Properties As IDictionary

プロパティ値

IDictionary を実装するコレクションです。

注釈

プロパティを使用すると、プログラマは Properties 項目内に任意のデータを格納できます。 や などのCategoryDisplayNameこのクラスの標準プロパティは、このコレクションには格納されません。

このプロパティの型は実際には System.Collections.Specialized.HybridDictionaryです。

適用対象

こちらもご覧ください