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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.