プロパティの名前をかっこで囲んで [プロパティ] ウィンドウに表示するかどうかを示す値を取得します。
Public ReadOnly Property NeedParenthesis As Boolean
[C#]
public bool NeedParenthesis {get;}
[C++]
public: __property bool get_NeedParenthesis();
[JScript]
public function get NeedParenthesis() : Boolean;
プロパティ値
プロパティをかっこで囲んで表示する場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ParenthesizePropertyNameAttribute クラス | ParenthesizePropertyNameAttribute メンバ | System.ComponentModel 名前空間