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

プロパティ値

MenuCommandのパブリック プロパティを含むIDictionary

注釈

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

適用対象