IPropertyEvaluatorService.GetPropertyEvaluators(String) 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 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