DesignTimeVisibleAttribute Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a DesignTimeVisibleAttribute osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| DesignTimeVisibleAttribute() |
Új halmazt DesignTimeVisibleAttribute hoz létre az alapértelmezett értékre |
| DesignTimeVisibleAttribute(Boolean) |
Létrehoz egy újat DesignTimeVisibleAttribute a Visible megadott értékre beállított tulajdonsággal a következőben |
DesignTimeVisibleAttribute()
Új halmazt DesignTimeVisibleAttribute hoz létre az alapértelmezett értékre false.
public:
DesignTimeVisibleAttribute();
public DesignTimeVisibleAttribute();
Public Sub New ()
A következőre érvényes:
DesignTimeVisibleAttribute(Boolean)
Létrehoz egy újat DesignTimeVisibleAttribute a Visible megadott értékre beállított tulajdonsággal a következőben visible: .
public:
DesignTimeVisibleAttribute(bool visible);
public DesignTimeVisibleAttribute(bool visible);
new System.ComponentModel.DesignTimeVisibleAttribute : bool -> System.ComponentModel.DesignTimeVisibleAttribute
Public Sub New (visible As Boolean)