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。