EditorBrowsableAttribute Oluşturucular

Tanım

EditorBrowsableAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
EditorBrowsableAttribute()

Varsayılan duruma ayarlanmış sınıfın EditorBrowsableAttributeState yeni bir örneğini başlatır.

EditorBrowsableAttribute(EditorBrowsableState)

ile sınıfının yeni bir EditorBrowsableAttributeörneğini EditorBrowsableState başlatır.

EditorBrowsableAttribute()

Kaynak:
EditorBrowsableAttribute.cs
Kaynak:
EditorBrowsableAttribute.cs
Kaynak:
EditorBrowsableAttribute.cs
Kaynak:
EditorBrowsableAttribute.cs
Kaynak:
EditorBrowsableAttribute.cs

Varsayılan duruma ayarlanmış sınıfın EditorBrowsableAttributeState yeni bir örneğini başlatır.

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

Açıklamalar

Bu özellik için varsayılan değerdir EditorBrowsableState.Always.

Ayrıca bkz.

Şunlara uygulanır

EditorBrowsableAttribute(EditorBrowsableState)

Kaynak:
EditorBrowsableAttribute.cs
Kaynak:
EditorBrowsableAttribute.cs
Kaynak:
EditorBrowsableAttribute.cs
Kaynak:
EditorBrowsableAttribute.cs
Kaynak:
EditorBrowsableAttribute.cs

ile sınıfının yeni bir EditorBrowsableAttributeörneğini EditorBrowsableState başlatır.

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)

Parametreler

Ayrıca bkz.

Şunlara uygulanır