ParenthesizePropertyNameAttribute 建構函式

定義

初始化 ParenthesizePropertyNameAttribute 類別的新執行個體,表示關聯的屬性不應該使用括號顯示。

多載

ParenthesizePropertyNameAttribute()

初始化 ParenthesizePropertyNameAttribute 類別的新執行個體,表示關聯的屬性不應該使用括號顯示。

ParenthesizePropertyNameAttribute(Boolean)

使用指示屬性是否要以括號的方式顯示的指定值,初始化 ParenthesizePropertyNameAttribute 類別的新執行個體。

ParenthesizePropertyNameAttribute()

來源:
ParenthesizePropertyNameAttribute.cs
來源:
ParenthesizePropertyNameAttribute.cs
來源:
ParenthesizePropertyNameAttribute.cs

初始化 ParenthesizePropertyNameAttribute 類別的新執行個體,表示關聯的屬性不應該使用括號顯示。

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

適用於

ParenthesizePropertyNameAttribute(Boolean)

來源:
ParenthesizePropertyNameAttribute.cs
來源:
ParenthesizePropertyNameAttribute.cs
來源:
ParenthesizePropertyNameAttribute.cs

使用指示屬性是否要以括號的方式顯示的指定值,初始化 ParenthesizePropertyNameAttribute 類別的新執行個體。

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

參數

needParenthesis
Boolean

如果名稱應該以括號顯示,則為 true,否則為 false

適用於