IVsSearchQueryParser::GetSearchFilterToken Method (String^, String^, UInt32)

 

Retrieves a search filter token built from the specified filter token components.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

IVsSearchFilterToken^ GetSearchFilterToken(
	String^ pszFilterField,
	String^ pszFilterValue,
	unsigned int dwFilterTokenType
)

Parameters

pszFilterField
Type: System::String^

[in] The filter token’s field.

pszFilterValue
Type: System::String^

[in] The filter token’s value.

dwFilterTokenType
Type: System::UInt32

[in] The filter token type.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchFilterToken^

The search filter token.

Return to top
Show: