ICallHierarchyMemberItem 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 an item for a member of a type.
public interface class ICallHierarchyMemberItem
public interface class ICallHierarchyMemberItem
__interface ICallHierarchyMemberItem
public interface ICallHierarchyMemberItem
type ICallHierarchyMemberItem = interface
Public Interface ICallHierarchyMemberItem
Remarks
The item offers its supported search categories, and the UI manages the execution of the searches.
Properties
ContainingNamespaceName |
Gets the name of the namespace that contains the item's type. |
ContainingTypeName |
Gets the name of the type that contains the member. |
Details |
Gets the member item's details. |
DisplayGlyph |
Gets the display glyph. |
MemberName |
Gets the member's name, together with the signature. |
NameSeparator |
Gets the separator characters that are used to separate the type and member names in a qualified name. |
SortText |
Gets the text on which to sort the item. The text might not be the name of the item. |
SupportedSearchCategories |
Gets the categories of subitems under a member, such as calls from, calls to, and initializers. |
SupportsFindReferences |
Gets a value that indicates whether the member supports finding references to it. |
SupportsNavigateTo |
Gets a value that indicates whether the member supports navigation to its location in code. |
Valid |
Gets a value that indicates whether the item is valid (for example, whether it is still defined in sources). |
Methods
CancelSearch(String) |
Cancels a search for items in the specified category. |
FindReferences() |
Finds references to the member item. |
ItemSelected() |
Selects the item. |
NavigateTo() |
Navigates to the item in code. |
ResumeSearch(String) |
Resumes a suspended search in the specified category name. |
StartSearch(String, CallHierarchySearchScope, ICallHierarchySearchCallback) |
Starts a search in the specified category, constrained to the specified scope. The provider can call on the callback to report found items. |
SuspendSearch(String) |
Suspends a search in the specified category. |