IEditorSelection.CurrentLine 속성
버전 2에 적용
편집기의 커서 위치에 대한 현재 행 번호를 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property CurrentLine As Integer
Get
‘사용 방법
Dim instance As IEditorSelection
Dim value As Integer
value = instance.CurrentLine
int CurrentLine { get; }
property int CurrentLine {
int get ();
}
abstract CurrentLine : int
function get CurrentLine () : int
속성 값
유형: System.Int32
편집기의 커서 위치에 대한 현재 행 번호입니다.