IVsWindowSearchHost.SearchAsync(IVsSearchQuery) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置搜索查询并开始搜索。 如果查询为 null,则在搜索已启动的情况下将停止搜索。
public:
void SearchAsync(Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ pSearchQuery);
public:
void SearchAsync(Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery ^ pSearchQuery);
void SearchAsync(Microsoft::VisualStudio::Shell::Interop::IVsSearchQuery const & pSearchQuery);
public void SearchAsync (Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery pSearchQuery);
abstract member SearchAsync : Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery -> unit
Public Sub SearchAsync (pSearchQuery As IVsSearchQuery)
参数
- pSearchQuery
- IVsSearchQuery
中要搜索的查询。