IPropertyEvaluatorService.SelectPropertyEvaluators 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.
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);
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