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.IDictionaryPublic Overridable ReadOnly Property Properties As IDictionary属性值
IDictionary 包含 MenuCommand 的公共属性。
注解
所有菜单命令将其公共属性存储在集合中 Properties 。 属性字典中的键是属性名称。 这允许对属性进行泛型枚举,并提供一致的基底,无需修改类定义即可从中添加新属性。