IAsyncQueryDefinition.HasCollectionFilter 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.
Gets whether the query is using special collection filtering method.
public bool HasCollectionFilter (out string? filterMethodName, out System.Collections.Immutable.ImmutableArray<object?> parameters);
abstract member HasCollectionFilter : string * ImmutableArray -> bool
Public Function HasCollectionFilter (ByRef filterMethodName As String, ByRef parameters As ImmutableArray(Of Object)) As Boolean
Parameters
- filterMethodName
- String
The name of the filter method.
- parameters
- ImmutableArray<Object>
Parameter values to be applied.
Returns
Whether the filtering condition is used.