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

속성 값

이름/값 쌍 사전입니다. 여기서 이름은 속성 이름이고 값은 속성 값입니다.

설명

속성 사전은 Properties 도구 상자 항목이 잠긴 후 읽기 전용이 됩니다.

속성 사전의 값은 메서드를 통해 유효성을 ValidatePropertyValue 검사하고 메서드에서 기본값을 GetDefaultProperty 가져옵니다.

적용 대상