Share via


MatchProperty(Int32, String) Constructor

Definition

Initializes a new instance of the MatchProperty struct.

public:
 MatchProperty(int priority, System::String ^ value);
public:
 MatchProperty(int priority, Platform::String ^ value);
 MatchProperty(int priority, std::wstring const & value);
public MatchProperty (int priority, string value);
new Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty : int * string -> Microsoft.VisualStudio.Workspace.Evaluator.MatchProperty
Public Sub New (priority As Integer, value As String)

Parameters

priority
Int32

Property priority

value
String

Property value

Applies to