ICallHierarchyMemberItem Properties

 

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

NameDescription
System_CAPS_pubpropertyContainingNamespaceName

Gets the name of the namespace that contains the item's type.

System_CAPS_pubpropertyContainingTypeName

Gets the name of the type that contains the member.

System_CAPS_pubpropertyDetails

Gets the member item's details.

System_CAPS_pubpropertyDisplayGlyph

Gets the display glyph.

System_CAPS_pubpropertyMemberName

Gets the member's name, together with the signature.

System_CAPS_pubpropertyNameSeparator

Gets the separator characters that are used to separate the type and member names in a qualified name.

System_CAPS_pubpropertySortText

Gets the text on which to sort the item. The text might not be the name of the item.

System_CAPS_pubpropertySupportedSearchCategories

Gets the categories of subitems under a member, such as calls from, calls to, and initializers.

System_CAPS_pubpropertySupportsFindReferences

Gets a value that indicates whether the member supports finding references to it.

System_CAPS_pubpropertySupportsNavigateTo

Gets a value that indicates whether the member supports navigation to its location in code.

System_CAPS_pubpropertyValid

Gets a value that indicates whether the item is valid (for example, whether it is still defined in sources).

Return to top
Show: