VersionControlAnnotate.LineCount Property

Get the number of lines displayed in this annotation viewer.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property LineCount As Integer
public int LineCount { get; }
public:
property int LineCount {
    int get ();
}
member LineCount : int with get
function get LineCount () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

VersionControlAnnotate Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace