DesignTimeVisibleAttribute Oluşturucular

Tanım

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

Aşırı Yüklemeler

DesignTimeVisibleAttribute()

varsayılan değerine falseyeni DesignTimeVisibleAttribute bir küme oluşturur.

DesignTimeVisibleAttribute(Boolean)

özelliği içinde visibleverilen değere ayarlanmış yeni DesignTimeVisibleAttributeVisible bir oluşturur.

DesignTimeVisibleAttribute()

Kaynak:
DesignTimeVisibleAttribute.cs
Kaynak:
DesignTimeVisibleAttribute.cs
Kaynak:
DesignTimeVisibleAttribute.cs

varsayılan değerine falseyeni DesignTimeVisibleAttribute bir küme oluşturur.

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

Şunlara uygulanır

DesignTimeVisibleAttribute(Boolean)

Kaynak:
DesignTimeVisibleAttribute.cs
Kaynak:
DesignTimeVisibleAttribute.cs
Kaynak:
DesignTimeVisibleAttribute.cs

özelliği içinde visibleverilen değere ayarlanmış yeni DesignTimeVisibleAttributeVisible bir oluşturur.

public:
 DesignTimeVisibleAttribute(bool visible);
public DesignTimeVisibleAttribute (bool visible);
new System.ComponentModel.DesignTimeVisibleAttribute : bool -> System.ComponentModel.DesignTimeVisibleAttribute
Public Sub New (visible As Boolean)

Parametreler

visible
Boolean

Özelliğin Visible ayarlanacağı değer.

Şunlara uygulanır