MenuCommand.Properties 속성

정의

에 연결된 MenuCommand공용 속성을 가져옵니다.

public:
 virtual property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public virtual System.Collections.IDictionary Properties { get; }
member this.Properties : System.Collections.IDictionary
Public Overridable ReadOnly Property Properties As IDictionary

속성 값

IDictionary 의 public 속성을 포함하는 항목입니다MenuCommand.

설명

모든 메뉴 명령은 컬렉션에 Properties 해당 공용 속성을 저장합니다. 속성 사전의 키는 속성 이름입니다. 이렇게 하면 속성의 제네릭 열거를 허용하고 클래스 정의를 수정하지 않고 새 속성을 추가할 수 있는 일관된 기판이 제공됩니다.

적용 대상