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