MemberDescriptor.IsBrowsable 속성

정의

에 지정된 BrowsableAttribute대로 멤버를 검색할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsBrowsable { bool get(); };
public virtual bool IsBrowsable { get; }
member this.IsBrowsable : bool
Public Overridable ReadOnly Property IsBrowsable As Boolean

속성 값

true멤버를 검색할 수 있는 경우 그렇지 않으면 . false 없는 BrowsableAttribute경우 속성 값이 기본값인 .로 설정됩니다 true.

설명

비주얼 디자이너는 일반적으로 속성 창 검색할 수 있는 멤버를 표시합니다.

적용 대상

추가 정보