ICallHierarchyNameItem Interface
Represents a simple item without any subitems, such as an initializer reference.
Namespace: Microsoft.VisualStudio.Language.CallHierarchy
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
Syntax
'Declaration
Public Interface ICallHierarchyNameItem
public interface ICallHierarchyNameItem
public interface class ICallHierarchyNameItem
type ICallHierarchyNameItem = interface end
public interface ICallHierarchyNameItem
The ICallHierarchyNameItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Details | Gets the item details. | |
DisplayGlyph | Gets the display glyph. | |
Name | Gets the item's name. | |
SortText | Gets the text used for sorting the node. The text does not have to be the Name. |
Top