DesignerActionItem.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对一个集合的引用,该集合可用于存储程序员定义的键/值对。
public:
property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Properties { get; }
member this.Properties : System.Collections.IDictionary
Public ReadOnly Property Properties As IDictionary
属性值
实现 IDictionary 的集合。
注解
属性 Properties 允许程序员在项中存储任意数据。 此类的标准属性(如 Category 和 DisplayName)不存储在此集合中。
此属性的类型实际上是 System.Collections.Specialized.HybridDictionary。