ICallHierarchyMemberItem.SupportedSearchCategories Property
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.
Gets the categories of subitems under a member, such as calls from, calls to, and initializers.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CallHierarchy::CallHierarchySearchCategory ^> ^ SupportedSearchCategories { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::CallHierarchy::CallHierarchySearchCategory ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.CallHierarchy.CallHierarchySearchCategory> SupportedSearchCategories { get; }
member this.SupportedSearchCategories : seq<Microsoft.VisualStudio.Language.CallHierarchy.CallHierarchySearchCategory>
Public ReadOnly Property SupportedSearchCategories As IEnumerable(Of CallHierarchySearchCategory)
Property Value
The supported search categories.