EditorBrowsableAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy EditorBrowsableAttribute.

Przeciążenia

EditorBrowsableAttribute()

Inicjuje EditorBrowsableAttribute nowe wystąpienie klasy z State ustawionym stanem domyślnym.

EditorBrowsableAttribute(EditorBrowsableState)

Inicjuje EditorBrowsableAttribute nowe wystąpienie klasy za pomocą klasy EditorBrowsableState.

EditorBrowsableAttribute()

Źródło:
EditorBrowsableAttribute.cs
Źródło:
EditorBrowsableAttribute.cs
Źródło:
EditorBrowsableAttribute.cs

Inicjuje EditorBrowsableAttribute nowe wystąpienie klasy z State ustawionym stanem domyślnym.

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

Uwagi

Wartość domyślna dla tej właściwości to EditorBrowsableState.Always.

Zobacz też

Dotyczy

EditorBrowsableAttribute(EditorBrowsableState)

Źródło:
EditorBrowsableAttribute.cs
Źródło:
EditorBrowsableAttribute.cs
Źródło:
EditorBrowsableAttribute.cs

Inicjuje EditorBrowsableAttribute nowe wystąpienie klasy za pomocą klasy 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)

Parametry

state
EditorBrowsableState

Wartość EditorBrowsableState , na wartość .State

Zobacz też

Dotyczy