다음을 통해 공유


AttachedProperty.IsBrowsable 속성

정의

AttachedProperty가 검색 가능한지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool IsBrowsable { bool get(); void set(bool value); };
public bool IsBrowsable { get; set; }
member this.IsBrowsable : bool with get, set
Public Property IsBrowsable As Boolean

속성 값

Boolean

AttachedProperty가 검색 가능 개체이면 true이고, 그렇지 않으면 false입니다.

설명

설정에 대 한 기본 미치는 trueAttachedProperty 내에서 검색할 수는 Properties 의 컬렉션을 ModelItem 연결 되는.

적용 대상