Share via


IPropertyEvaluatorService.SelectPropertyEvaluators Method

Definition

Return the matching properties for a property context

public:
 System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::MatchPropertyResult ^> ^ SelectPropertyEvaluators(Microsoft::VisualStudio::Workspace::Evaluator::PropertyContext ^ propertyContext, System::Collections::Generic::IEnumerable<Tuple<Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluator ^, Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluatorMetadata ^> ^> ^ localPropertyEvaluators);
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.MatchPropertyResult> SelectPropertyEvaluators (Microsoft.VisualStudio.Workspace.Evaluator.PropertyContext propertyContext, System.Collections.Generic.IEnumerable<Tuple<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator,Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata>> localPropertyEvaluators);
abstract member SelectPropertyEvaluators : Microsoft.VisualStudio.Workspace.Evaluator.PropertyContext * seq<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator * Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata> -> System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.MatchPropertyResult>
Public Function SelectPropertyEvaluators (propertyContext As PropertyContext, localPropertyEvaluators As IEnumerable(Of Tuple(Of IPropertyEvaluator, IPropertyEvaluatorMetadata))) As IReadOnlyCollection(Of MatchPropertyResult)

Parameters

propertyContext
PropertyContext

The property context to filter

localPropertyEvaluators
IEnumerable<Tuple<IPropertyEvaluator,IPropertyEvaluatorMetadata>>

Optional property evaluators

Returns

Collection of match property results

Applies to