IPropertyEvaluator.GetMatchProperties(PropertyContext) 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 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