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
Public property Details Gets the item details.
Public property DisplayGlyph Gets the display glyph.
Public property Name Gets the item's name.
Public property SortText Gets the text used for sorting the node. The text does not have to be the Name.

Top

See Also

Reference

Microsoft.VisualStudio.Language.CallHierarchy Namespace