IPropertyEvaluatorService.GetPropertyEvaluators(String) Method

Definition

Return the providers that match a filter criteria

public:
 System::Collections::Generic::IReadOnlyCollection<Tuple<Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluator ^, Microsoft::VisualStudio::Workspace::Evaluator::IPropertyEvaluatorMetadata ^> ^> ^ GetPropertyEvaluators(System::String ^ prefixNamespace);
public System.Collections.Generic.IReadOnlyCollection<Tuple<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator,Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata>> GetPropertyEvaluators (string prefixNamespace);
abstract member GetPropertyEvaluators : string -> System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluator * Microsoft.VisualStudio.Workspace.Evaluator.IPropertyEvaluatorMetadata>
Public Function GetPropertyEvaluators (prefixNamespace As String) As IReadOnlyCollection(Of Tuple(Of IPropertyEvaluator, IPropertyEvaluatorMetadata))

Parameters

prefixNamespace
String

The namespace

Returns

Collection of property evaluators

Applies to