IVsSearchQueryParser.GetSearchFilterToken(String, String, UInt32) 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.
Retrieves a search filter token built from the specified filter token components.
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
Parameters
- pszFilterField
- String
[in] The filter token’s field.
- pszFilterValue
- String
[in] The filter token’s value.
- dwFilterTokenType
- UInt32
[in] The filter token type.
Returns
The search filter token.