EditorBrowsableAttribute.State 속성

정의

속성 또는 메서드의 찾아볼 수 있는 상태를 가져옵니다.

public:
 property System::ComponentModel::EditorBrowsableState State { System::ComponentModel::EditorBrowsableState get(); };
public System.ComponentModel.EditorBrowsableState State { get; }
member this.State : System.ComponentModel.EditorBrowsableState
Public ReadOnly Property State As EditorBrowsableState

속성 값

속성 또는 메서드의 찾아볼 수 있는 상태인 EditorBrowsableState입니다.

설명

이 속성의 기본값은 EditorBrowsableState.Always입니다.

적용 대상

추가 정보