ICallHierarchyMemberItem::SuspendSearch Method (String^)

 

Suspends a search in the specified category.

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

void SuspendSearch(
	String^ categoryName
)

Parameters

categoryName
Type: System::String^

Name of the category in which to suspend the search.

The UI calls this, for example, when a user closes a node that has an ongoing search within it.

Return to top
Show: