EditorBrowsableAttribute Конструкторы

Определение

Инициализирует новый экземпляр класса EditorBrowsableAttribute.

Перегрузки

EditorBrowsableAttribute()

Инициализирует новый экземпляр класса EditorBrowsableAttribute, используя состояние State, равное состоянию по умолчанию.

EditorBrowsableAttribute(EditorBrowsableState)

Инициализирует новый экземпляр класса EditorBrowsableAttribute, используя объект EditorBrowsableState.

EditorBrowsableAttribute()

Исходный код:
EditorBrowsableAttribute.cs
Исходный код:
EditorBrowsableAttribute.cs
Исходный код:
EditorBrowsableAttribute.cs

Инициализирует новый экземпляр класса EditorBrowsableAttribute, используя состояние State, равное состоянию по умолчанию.

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

Комментарии

Значением по умолчанию для этого свойства является EditorBrowsableState.Always.

См. также раздел

Применяется к

EditorBrowsableAttribute(EditorBrowsableState)

Исходный код:
EditorBrowsableAttribute.cs
Исходный код:
EditorBrowsableAttribute.cs
Исходный код:
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.

См. также раздел

Применяется к