Udostępnij za pośrednictwem


ConstructionEnabledAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ConstructionEnabledAttribute.

Przeciążenia

ConstructionEnabledAttribute()

Inicjuje ConstructionEnabledAttribute nowe wystąpienie klasy i inicjuje ustawienia domyślne dla Enabled elementów i Default.

ConstructionEnabledAttribute(Boolean)

Inicjuje ConstructionEnabledAttribute nowe wystąpienie klasy, ustawiając Enabled na określoną wartość.

ConstructionEnabledAttribute()

Inicjuje ConstructionEnabledAttribute nowe wystąpienie klasy i inicjuje ustawienia domyślne dla Enabled elementów i Default.

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

Uwagi

W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia klasy ConstructionEnabledAttribute.

Właściwość Wartość
Default Pusty ciąg ("")
Enabled true

Dotyczy

ConstructionEnabledAttribute(Boolean)

Inicjuje ConstructionEnabledAttribute nowe wystąpienie klasy, ustawiając Enabled na określoną wartość.

public:
 ConstructionEnabledAttribute(bool val);
public ConstructionEnabledAttribute (bool val);
new System.EnterpriseServices.ConstructionEnabledAttribute : bool -> System.EnterpriseServices.ConstructionEnabledAttribute
Public Sub New (val As Boolean)

Parametry

val
Boolean

true w celu umożliwienia obsługi konstrukcji obiektów COM+; w przeciwnym razie , false.

Dotyczy