DesignTimeVisibleAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DesignTimeVisibleAttribute.

Przeciążenia

DesignTimeVisibleAttribute()

Tworzy nowy DesignTimeVisibleAttribute zestaw wartości domyślnej .false

DesignTimeVisibleAttribute(Boolean)

Tworzy nowy DesignTimeVisibleAttribute element z właściwością Visible ustawioną na daną wartość w pliku visible.

DesignTimeVisibleAttribute()

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

Tworzy nowy DesignTimeVisibleAttribute zestaw wartości domyślnej .false

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

Dotyczy

DesignTimeVisibleAttribute(Boolean)

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

Tworzy nowy DesignTimeVisibleAttribute element z właściwością Visible ustawioną na daną wartość w pliku visible.

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

Parametry

visible
Boolean

Wartość, względem którego zostanie ustawiona Visible właściwość .

Dotyczy