IVsSearchQueryParser.GetSearchFilterToken(String, String, UInt32) 方法

定义

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

public:
 Microsoft::VisualStudio::Shell::Interop::IVsSearchFilterToken ^ GetSearchFilterToken(System::String ^ pszFilterField, System::String ^ pszFilterValue, System::UInt32 dwFilterTokenType);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsSearchFilterToken ^ GetSearchFilterToken(Platform::String ^ pszFilterField, Platform::String ^ pszFilterValue, unsigned int dwFilterTokenType);
Microsoft::VisualStudio::Shell::Interop::IVsSearchFilterToken GetSearchFilterToken(std::wstring const & pszFilterField, std::wstring const & pszFilterValue, unsigned int dwFilterTokenType);
public Microsoft.VisualStudio.Shell.Interop.IVsSearchFilterToken GetSearchFilterToken (string pszFilterField, string pszFilterValue, uint dwFilterTokenType);
abstract member GetSearchFilterToken : string * string * uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsSearchFilterToken
Public Function GetSearchFilterToken (pszFilterField As String, pszFilterValue As String, dwFilterTokenType As UInteger) As IVsSearchFilterToken

参数

pszFilterField
String

中筛选器标记的字段。

pszFilterValue
String

中筛选器标记的值。

dwFilterTokenType
UInt32

中筛选器标记类型。

返回

IVsSearchFilterToken

搜索筛选器标记。

适用于