ICallHierarchyMemberItem.SuspendSearch(String) Method
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.
Suspends a search in the specified category.
public:
void SuspendSearch(System::String ^ categoryName);
public:
void SuspendSearch(Platform::String ^ categoryName);
void SuspendSearch(std::wstring const & categoryName);
public void SuspendSearch (string categoryName);
abstract member SuspendSearch : string -> unit
Public Sub SuspendSearch (categoryName As String)
Parameters
- categoryName
- String
Name of the category in which to suspend the search.
Remarks
The UI calls this, for example, when a user closes a node that has an ongoing search within it.