IVsSearchQueryParser.GetSearchFilterToken(String, String, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索从指定的筛选器令牌组件生成的搜索筛选器令牌。
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
中筛选器标记类型。
返回
搜索筛选器标记。