ParenthesizePropertyNameAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ParenthesizePropertyNameAttribute 類別的新執行個體,表示關聯的屬性不應該使用括號顯示。
多載
ParenthesizePropertyNameAttribute() |
初始化 ParenthesizePropertyNameAttribute 類別的新執行個體,表示關聯的屬性不應該使用括號顯示。 |
ParenthesizePropertyNameAttribute(Boolean) |
使用指示屬性是否要以括號的方式顯示的指定值,初始化 ParenthesizePropertyNameAttribute 類別的新執行個體。 |
ParenthesizePropertyNameAttribute()
初始化 ParenthesizePropertyNameAttribute 類別的新執行個體,表示關聯的屬性不應該使用括號顯示。
public:
ParenthesizePropertyNameAttribute();
public ParenthesizePropertyNameAttribute ();
Public Sub New ()
適用於
ParenthesizePropertyNameAttribute(Boolean)
使用指示屬性是否要以括號的方式顯示的指定值,初始化 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
。