ToolboxItem.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
屬性值
名稱/值組的字典 (名稱為屬性名稱,值為屬性值)。
備註
Properties屬性字典會在工具箱專案鎖定之後變成唯讀。
屬性字典中的值是透過 ValidatePropertyValue 方法驗證,而預設值是從方法取得 GetDefaultProperty 。