IVsSearchQueryParser 接口

定义

管理搜索查询字符串的分析。

public interface class IVsSearchQueryParser
public interface class IVsSearchQueryParser
__interface IVsSearchQueryParser
public interface IVsSearchQueryParser
type IVsSearchQueryParser = interface
Public Interface IVsSearchQueryParser

方法

BuildSearchString(IVsSearchQuery)

检索从指定的搜索查询生成的搜索字符串。

BuildSearchStringFromTokens(UInt32, IVsSearchToken[])

检索从标记序列生成的搜索字符串。

GetSearchFilterToken(String, String, UInt32)

检索从指定的筛选器令牌组件生成的搜索筛选器令牌。

GetSearchToken(String)

检索分析为指定令牌文本的搜索令牌。

Parse(String)

分析搜索字符串并返回搜索查询。

适用于