MatchProperties(Int32, IReadOnlyCollection<MatchProperty>) Constructor

Definition

Initializes a new instance of the MatchProperties class.

public:
 MatchProperties(int groupPriority, System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::MatchProperty> ^ properties);
public MatchProperties (int groupPriority, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty> properties);
new Microsoft.VisualStudio.Workspace.Evaluator.MatchProperties : int * System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty> -> Microsoft.VisualStudio.Workspace.Evaluator.MatchProperties
Public Sub New (groupPriority As Integer, properties As IReadOnlyCollection(Of MatchProperty))

Parameters

groupPriority
Int32

The group priority

properties
IReadOnlyCollection<MatchProperty>

Matched properties

Applies to