DesignerActionItem.Properties 属性

定义

获取对一个集合的引用,该集合可用于存储程序员定义的键/值对。

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 允许程序员在项中存储任意数据。 此类的标准属性(如 CategoryDisplayName)不存储在此集合中。

此属性的类型实际上是 System.Collections.Specialized.HybridDictionary

适用于

另请参阅