ICallHierarchyItemDetails Interface

Represents the item details for each element in the Call Hierarchy window.

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

Syntax

'Declaration
Public Interface ICallHierarchyItemDetails
public interface ICallHierarchyItemDetails
public interface class ICallHierarchyItemDetails
type ICallHierarchyItemDetails =  interface end
public interface ICallHierarchyItemDetails

The ICallHierarchyItemDetails type exposes the following members.

Properties

  Name Description
Public property EndColumn Gets the column number in which the call item ends.
Public property EndLine Gets the line number on which the call item ends.
Public property File Gets the file name in which the item is located.
Public property StartColumn Gets the column number in which the call item starts.
Public property StartLine Gets the line number on which the call item starts.
Public property SupportsNavigateTo Gets a value that indicates whether the item supports navigating to the definition.
Public property Text Gets the text of the item.

Top

Methods

  Name Description
Public method NavigateTo Navigates to the definition.

Top

See Also

Reference

Microsoft.VisualStudio.Language.CallHierarchy Namespace