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

適用於

另請參閱