ParenthesizePropertyNameAttribute.NeedParenthesis プロパティ

定義

プロパティ ウィンドウがプロパティ ウィンドウ内のかっこで囲まれたプロパティの名前を表示するかどうかを示す値を取得します。

public:
 property bool NeedParenthesis { bool get(); };
public bool NeedParenthesis { get; }
member this.NeedParenthesis : bool
Public ReadOnly Property NeedParenthesis As Boolean

プロパティ値

true プロパティがかっこで囲まれて表示される場合。それ以外の場合は false

適用対象