EditorBrowsableAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.
추가 정보
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET