SqlLanguagePreferences.UnderlineErrors 속성

정의

오류에 밑줄 표시를 사용할 수 있는지 여부를 가져오거나 설정합니다.

public:
 property bool UnderlineErrors { bool get(); void set(bool value); };
public bool UnderlineErrors { get; set; }
member this.UnderlineErrors : bool with get, set
Public Property UnderlineErrors As Boolean

속성 값

오류에 밑줄 표시를 사용할 수 있는지 여부를 지정하는 부울 값입니다.

적용 대상