IQueryCollectionFilterFallbackProvider.TryGetRequiredProperties 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 what properties are required by the filter.
public Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus? TryGetRequiredProperties (string filterMethodName, System.Collections.Immutable.ImmutableArray<object?> parameters);
abstract member TryGetRequiredProperties : string * System.Collections.Immutable.ImmutableArray<obj> -> Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus
Public Function TryGetRequiredProperties (filterMethodName As String, parameters As ImmutableArray(Of Object)) As IPropertiesAvailableStatus
Parameters
- filterMethodName
- String
The name of the filtering method.
- parameters
- ImmutableArray<Object>
Parameters used in the query.
Returns
Required fields, if the filter method is supported.