ParenthesizePropertyNameAttribute コンストラクター

定義

関連付けられているプロパティをかっこで囲んで表示しないことを示す ParenthesizePropertyNameAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ParenthesizePropertyNameAttribute()

関連付けられているプロパティをかっこで囲んで表示しないことを示す ParenthesizePropertyNameAttribute クラスの新しいインスタンスを初期化します。

ParenthesizePropertyNameAttribute(Boolean)

指定した値を使用して、 ParenthesizePropertyNameAttribute クラスの新しいインスタンスを初期化して、属性がかっこで表示されるかどうかを示します。

ParenthesizePropertyNameAttribute()

ソース:
ParenthesizePropertyNameAttribute.cs
ソース:
ParenthesizePropertyNameAttribute.cs
ソース:
ParenthesizePropertyNameAttribute.cs
ソース:
ParenthesizePropertyNameAttribute.cs
ソース:
ParenthesizePropertyNameAttribute.cs

関連付けられているプロパティをかっこで囲んで表示しないことを示す ParenthesizePropertyNameAttribute クラスの新しいインスタンスを初期化します。

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

適用対象

ParenthesizePropertyNameAttribute(Boolean)

ソース:
ParenthesizePropertyNameAttribute.cs
ソース:
ParenthesizePropertyNameAttribute.cs
ソース:
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

適用対象