EditorBrowsableAttribute 생성자

정의

EditorBrowsableAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

EditorBrowsableAttribute()

기본 상태로 설정된 EditorBrowsableAttribute를 사용하여 State 클래스의 새 인스턴스를 초기화합니다.

EditorBrowsableAttribute(EditorBrowsableState)

EditorBrowsableAttribute를 사용하여 EditorBrowsableState 클래스의 새 인스턴스를 초기화합니다.

EditorBrowsableAttribute()

Source:
EditorBrowsableAttribute.cs
Source:
EditorBrowsableAttribute.cs
Source:
EditorBrowsableAttribute.cs

기본 상태로 설정된 EditorBrowsableAttribute를 사용하여 State 클래스의 새 인스턴스를 초기화합니다.

public:
 EditorBrowsableAttribute();
public EditorBrowsableAttribute ();
Public Sub New ()

설명

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

추가 정보

적용 대상

EditorBrowsableAttribute(EditorBrowsableState)

Source:
EditorBrowsableAttribute.cs
Source:
EditorBrowsableAttribute.cs
Source:
EditorBrowsableAttribute.cs

EditorBrowsableAttribute를 사용하여 EditorBrowsableState 클래스의 새 인스턴스를 초기화합니다.

public:
 EditorBrowsableAttribute(System::ComponentModel::EditorBrowsableState state);
public EditorBrowsableAttribute (System.ComponentModel.EditorBrowsableState state);
new System.ComponentModel.EditorBrowsableAttribute : System.ComponentModel.EditorBrowsableState -> System.ComponentModel.EditorBrowsableAttribute
Public Sub New (state As EditorBrowsableState)

매개 변수

state
EditorBrowsableState

EditorBrowsableState를 설정할 State입니다.

추가 정보

적용 대상