ToolboxItem.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屬性字典會在工具箱專案鎖定之後變成隻讀。

屬性字典中的值是透過 ValidatePropertyValue 方法驗證,而預設值是從 方法取得 GetDefaultProperty

適用於