MatchProperty(Int32, String) 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 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);
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