ICallHierarchyItemDetails.EndLine Property

Gets the line number on which the call item ends.

Namespace:  Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

Syntax

'Declaration
ReadOnly Property EndLine As Integer
int EndLine { get; }
property int EndLine {
    int get ();
}
abstract EndLine : int with get
function get EndLine () : int

Property Value

Type: Int32
The line number on which the call item ends.

.NET Framework Security

See Also

Reference

ICallHierarchyItemDetails Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace