ICallHierarchyMemberItem Interface

Represents an item for a member of a type.

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

Syntax

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

The ICallHierarchyMemberItem type exposes the following members.

Properties

  Name Description
Public property ContainingNamespaceName Gets the name of the namespace that contains the item's type.
Public property ContainingTypeName Gets the name of the type that contains the member.
Public property Details Gets the member item's details.
Public property DisplayGlyph Gets the display glyph.
Public property MemberName Gets the member's name, together with the signature.
Public property NameSeparator Gets the separator characters that are used to separate the type and member names in a qualified name.
Public property SortText Gets the text on which to sort the item. The text might not be the name of the item.
Public property SupportedSearchCategories Gets the categories of subitems under a member, such as calls from, calls to, and initializers.
Public property SupportsFindReferences Gets a value that indicates whether the member supports finding references to it.
Public property SupportsNavigateTo Gets a value that indicates whether the member supports navigation to its location in code.
Public property Valid Gets a value that indicates whether the item is valid (for example, whether it is still defined in sources).

Top

Methods

  Name Description
Public method CancelSearch Cancels a search for items in the specified category.
Public method FindReferences Finds references to the member item.
Public method ItemSelected Selects the item.
Public method NavigateTo Navigates to the item in code.
Public method ResumeSearch Resumes a suspended search in the specified category name.
Public method StartSearch Starts a search in the specified category, constrained to the specified scope. The provider can call on the callback to report found items.
Public method SuspendSearch Suspends a search in the specified category.

Top

Remarks

The item offers its supported search categories, and the UI manages the execution of the searches.

See Also

Reference

Microsoft.VisualStudio.Language.CallHierarchy Namespace