MenuCommand.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 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
屬性值
an IDictionary 包含 的 MenuCommand公共屬性。
備註
所有選單指令都會將其公開屬性儲存在集合中 Properties 。 屬性字典中的關鍵字是屬性名稱。 這允許對性質進行通用列舉,並提供一個一致的基礎,讓新性質可以加入而無需修改類別定義。