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
編輯器中游標位置的目前行號。