ConstructionEnabledAttribute Constructors

Definitie

Initialiseert een nieuw exemplaar van de ConstructionEnabledAttribute klasse.

Overloads

Name Description
ConstructionEnabledAttribute()

Initialiseert een nieuw exemplaar van de ConstructionEnabledAttribute klasse en initialiseert de standaardinstellingen voor Enabled en Default.

ConstructionEnabledAttribute(Boolean)

Initialiseert een nieuw exemplaar van de ConstructionEnabledAttribute klasse, waarbij deze wordt ingesteld Enabled op de opgegeven waarde.

ConstructionEnabledAttribute()

Initialiseert een nieuw exemplaar van de ConstructionEnabledAttribute klasse en initialiseert de standaardinstellingen voor Enabled en Default.

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

Opmerkingen

In de volgende tabel ziet u de oorspronkelijke eigenschapswaarden voor een exemplaar van ConstructionEnabledAttribute.

Vastgoed Waarde
Default Een lege tekenreeks ("")
Enabled true

Van toepassing op

ConstructionEnabledAttribute(Boolean)

Initialiseert een nieuw exemplaar van de ConstructionEnabledAttribute klasse, waarbij deze wordt ingesteld Enabled op de opgegeven waarde.

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

Parameters

val
Boolean

true com+ objectbouwondersteuning mogelijk te maken; anders, false.

Van toepassing op