ParenthesizePropertyNameAttribute Konstruktorer

Definition

Initierar en ny instans av ParenthesizePropertyNameAttribute klassen som anger att den associerade egenskapen inte ska visas med parenteser.

Överlagringar

Name Description
ParenthesizePropertyNameAttribute()

Initierar en ny instans av ParenthesizePropertyNameAttribute klassen som anger att den associerade egenskapen inte ska visas med parenteser.

ParenthesizePropertyNameAttribute(Boolean)

Initierar en ny instans av ParenthesizePropertyNameAttribute klassen med det angivna värdet för att ange om attributet visas med parenteser.

ParenthesizePropertyNameAttribute()

Källa:
ParenthesizePropertyNameAttribute.cs
Källa:
ParenthesizePropertyNameAttribute.cs
Källa:
ParenthesizePropertyNameAttribute.cs
Källa:
ParenthesizePropertyNameAttribute.cs
Källa:
ParenthesizePropertyNameAttribute.cs

Initierar en ny instans av ParenthesizePropertyNameAttribute klassen som anger att den associerade egenskapen inte ska visas med parenteser.

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

Gäller för

ParenthesizePropertyNameAttribute(Boolean)

Källa:
ParenthesizePropertyNameAttribute.cs
Källa:
ParenthesizePropertyNameAttribute.cs
Källa:
ParenthesizePropertyNameAttribute.cs
Källa:
ParenthesizePropertyNameAttribute.cs
Källa:
ParenthesizePropertyNameAttribute.cs

Initierar en ny instans av ParenthesizePropertyNameAttribute klassen med det angivna värdet för att ange om attributet visas med parenteser.

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

Parametrar

needParenthesis
Boolean

trueom namnet ska omges av parenteser; annars . false

Gäller för