MenuCommand.Properties プロパティ

定義

MenuCommand に関連付けられているパブリック プロパティを取得します。

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

プロパティ値

IDictionary のパブリック プロパティを格納している MenuCommand

注釈

すべてのメニュー コマンドは、そのパブリック プロパティをコレクションに Properties 格納します。 プロパティ ディクショナリのキーは、プロパティ名です。 これにより、プロパティのジェネリック列挙が可能になり、クラス定義を変更せずに新しいプロパティを追加できる一貫した基板が提供されます。

適用対象