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

適用対象