ICallHierarchyMemberItem.CancelSearch(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.
Cancels a search for items in the specified category.
public:
void CancelSearch(System::String ^ categoryName);
public:
void CancelSearch(Platform::String ^ categoryName);
void CancelSearch(std::wstring const & categoryName);
public void CancelSearch (string categoryName);
abstract member CancelSearch : string -> unit
Public Sub CancelSearch (categoryName As String)
Parameters
- categoryName
- String
The category in which to cancel the search.