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

プロパティ値

エラーの下線が有効か無効かを指定する Boolean 値です。

適用対象