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。