ParenthesizePropertyNameAttribute.NeedParenthesis 속성

정의

속성 창에서 속성 이름을 괄호로 묶어 표시하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

속성이 괄호로 묶여 표시되면 true이고, 그렇지 않으면 false입니다.

적용 대상