ICallHierarchyMemberItem::StartSearch Method (String^, CallHierarchySearchScope, ICallHierarchySearchCallback^)
Visual Studio 2015
Starts a search in the specified category, constrained to the specified scope. The provider can call on the callback to report found items.
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
void StartSearch(
String^ categoryName,
CallHierarchySearchScope searchScope,
ICallHierarchySearchCallback^ callback
)
Parameters
- categoryName
-
Type:
System::String^
The name of the category to search (for example, calls from, calls to, or initializers).
- searchScope
-
Type:
Microsoft.VisualStudio.Language.CallHierarchy::CallHierarchySearchScope
The constraining scope for the search, such as solution or project.
- callback
-
Type:
Microsoft.VisualStudio.Language.CallHierarchy::ICallHierarchySearchCallback^
The object to call on to report found items.
Show: