IPropertyEvaluator.GetMatchProperties(PropertyContext) Méthode

Définition

Retourne les correspondances trouvées dans un contexte de propriété

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)

Paramètres

propertyContext
PropertyContext

Le contexte de la propriété

Retours

IReadOnlyCollection<MatchProperties>

Collection de correspondances

S’applique à