SearchBox.ConvertToFilterExpression 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.
Converts the specified collection of searchbox items to a filter expression.
protected:
static Microsoft::Management::UI::Internal::FilterExpressionNode ^ ConvertToFilterExpression(System::Collections::Generic::ICollection<Microsoft::Management::UI::Internal::SearchTextParseResult ^> ^ searchBoxItems);
protected static Microsoft.Management.UI.Internal.FilterExpressionNode ConvertToFilterExpression (System.Collections.Generic.ICollection<Microsoft.Management.UI.Internal.SearchTextParseResult> searchBoxItems);
static member ConvertToFilterExpression : System.Collections.Generic.ICollection<Microsoft.Management.UI.Internal.SearchTextParseResult> -> Microsoft.Management.UI.Internal.FilterExpressionNode
Protected Shared Function ConvertToFilterExpression (searchBoxItems As ICollection(Of SearchTextParseResult)) As FilterExpressionNode
Parameters
- searchBoxItems
- ICollection<SearchTextParseResult>
A collection of searchbox items to convert.
Returns
A filter expression.
Exceptions
The specified value is a null reference.