MatchProperties(Int32, IReadOnlyCollection<MatchProperty>) Constructor
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.
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