ICallHierarchyItemDetails::StartLine Property

 

Gets the line number on which the call item starts.

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

property int StartLine {
	int get();
}

Property Value

Type: System::Int32

The line number on which the call item starts.

Return to top
Show: