ParenthesizePropertyNameAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der ParenthesizePropertyNameAttribute-Klasse, die angibt, dass die zugeordnete Eigenschaft nicht in Klammern angezeigt werden soll.

Überlädt

ParenthesizePropertyNameAttribute()

Initialisiert eine neue Instanz der ParenthesizePropertyNameAttribute-Klasse, die angibt, dass die zugeordnete Eigenschaft nicht in Klammern angezeigt werden soll.

ParenthesizePropertyNameAttribute(Boolean)

Initialisiert eine neue Instanz der ParenthesizePropertyNameAttribute-Klasse, wobei der angegebene Wert anzeigt, ob das Attribut in Klammern angezeigt wird.

ParenthesizePropertyNameAttribute()

Quelle:
ParenthesizePropertyNameAttribute.cs
Quelle:
ParenthesizePropertyNameAttribute.cs
Quelle:
ParenthesizePropertyNameAttribute.cs

Initialisiert eine neue Instanz der ParenthesizePropertyNameAttribute-Klasse, die angibt, dass die zugeordnete Eigenschaft nicht in Klammern angezeigt werden soll.

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

Gilt für:

ParenthesizePropertyNameAttribute(Boolean)

Quelle:
ParenthesizePropertyNameAttribute.cs
Quelle:
ParenthesizePropertyNameAttribute.cs
Quelle:
ParenthesizePropertyNameAttribute.cs

Initialisiert eine neue Instanz der ParenthesizePropertyNameAttribute-Klasse, wobei der angegebene Wert anzeigt, ob das Attribut in Klammern angezeigt wird.

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

Parameter

needParenthesis
Boolean

true, wenn der Name in Klammern eingeschlossen werden soll, andernfalls false.

Gilt für: