IPropertyEvaluator.GetMatchProperties(PropertyContext) Method

Definition

Return the matches found on a property context

public:
 System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::MatchProperties ^> ^ GetMatchProperties(Microsoft::VisualStudio::Workspace::Evaluator::PropertyContext ^ propertyContext);
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.MatchProperties> GetMatchProperties (Microsoft.VisualStudio.Workspace.Evaluator.PropertyContext propertyContext);
abstract member GetMatchProperties : Microsoft.VisualStudio.Workspace.Evaluator.PropertyContext -> System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.MatchProperties>
Public Function GetMatchProperties (propertyContext As PropertyContext) As IReadOnlyCollection(Of MatchProperties)

Parameters

propertyContext
PropertyContext

The property context

Returns

Collection of matches

Applies to