Share via


IEditorSelection.LineCount Property

Applies to v2.

Gets the total number of lines in the selection.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property LineCount As Integer 
    Get
'Usage
Dim instance As IEditorSelection 
Dim value As Integer 

value = instance.LineCount
int LineCount { get; }
property int LineCount {
    int get ();
}
abstract LineCount : int
function get LineCount () : int

Property Value

Type: System.Int32
The total number of lines in the selection.

See Also

Reference

IEditorSelection Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace