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

속성 값

true 검색할 수 있으면 .이 AttachedProperty 고, false그렇지 않으면 .입니다.

설명

true 설정의 주요 영향은 연결된 컬렉션 ModelItem 내에서 Properties 검색할 수 있다는 AttachedProperty 것입니다.

적용 대상