DesignerActionItem.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 사용하면 프로그래머가 항목 내에 임의 데이터를 저장할 수 있습니다. 및 DisplayName와 같은 Category 이 클래스의 표준 속성은 이 컬렉션에 저장되지 않습니다.

이 속성의 형식은 실제로 System.Collections.Specialized.HybridDictionary입니다.

적용 대상

추가 정보