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
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET