다음을 통해 공유


IEditorSettings.LineNumbersEnabled 속성

버전 2에 적용

행 번호가 사용하도록 설정되었는지 여부를 가져오거나 설정합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility.Editor
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Property LineNumbersEnabled As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As IEditorSettings 
Dim value As Boolean 

value = instance.LineNumbersEnabled

instance.LineNumbersEnabled = value
bool LineNumbersEnabled { get; set; }
property bool LineNumbersEnabled {
    bool get ();
    void set (bool value);
}
abstract LineNumbersEnabled : bool with get, set
function get LineNumbersEnabled () : boolean 
function set LineNumbersEnabled (value : boolean)

속성 값

유형: System.Boolean
줄 번호가 사용하도록 설정된 경우 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

IEditorSettings 인터페이스

Microsoft.WebMatrix.Extensibility.Editor 네임스페이스