ICallHierarchyItemDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the item details for each element in the Call Hierarchy window.
public interface class ICallHierarchyItemDetails
public interface class ICallHierarchyItemDetails
__interface ICallHierarchyItemDetails
public interface ICallHierarchyItemDetails
type ICallHierarchyItemDetails = interface
Public Interface ICallHierarchyItemDetails
Properties
EndColumn |
Gets the column number in which the call item ends. |
EndLine |
Gets the line number on which the call item ends. |
File |
Gets the file name in which the item is located. |
StartColumn |
Gets the column number in which the call item starts. |
StartLine |
Gets the line number on which the call item starts. |
SupportsNavigateTo |
Gets a value that indicates whether the item supports navigating to the definition. |
Text |
Gets the text of the item. |
Methods
NavigateTo() |
Navigates to the definition. |