ICallHierarchyItemDetails.EndColumn Property

Gets the column number in 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 EndColumn As Integer
int EndColumn { get; }
property int EndColumn {
    int get ();
}
abstract EndColumn : int with get
function get EndColumn () : int

Property Value

Type: Int32
The number of the column in which the call item ends.

.NET Framework Security

See Also

Reference

ICallHierarchyItemDetails Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace