DesignTimeVisibleAttribute Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
DesignTimeVisibleAttribute()

varsayılan değerine DesignTimeVisibleAttributeyeni false bir küme oluşturur.

DesignTimeVisibleAttribute(Boolean)

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

DesignTimeVisibleAttribute()

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

varsayılan değerine DesignTimeVisibleAttributeyeni false 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
Kaynak:
DesignTimeVisibleAttribute.cs
Kaynak:
DesignTimeVisibleAttribute.cs

özelliği içinde DesignTimeVisibleAttributeVisibleverilen değere ayarlanmış yeni bir visible 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