EditorBrowsableAttribute 생성자

정의

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

오버로드

Name Description
EditorBrowsableAttribute()

기본 상태로 설정된 클래스 EditorBrowsableAttributeState 새 인스턴스를 초기화합니다.

EditorBrowsableAttribute(EditorBrowsableState)

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

EditorBrowsableAttribute()

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

기본 상태로 설정된 클래스 EditorBrowsableAttributeState 새 인스턴스를 초기화합니다.

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

설명

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

추가 정보

적용 대상

EditorBrowsableAttribute(EditorBrowsableState)

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

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

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 수 있습니다.

추가 정보

적용 대상