ICallHierarchyMemberItem Properties
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
| Name | Description | |
|---|---|---|
![]() | 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). |
