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
屬性值
IDictionary,包含 MenuCommand 的公用屬性。
備註
所有功能表命令都會將其公用屬性儲存在集合中 Properties 。 屬性字典中的索引鍵是屬性名稱。 這允許屬性的泛型列舉,並提供一致的基底,讓您不需要修改類別定義即可新增新的屬性。