MatchProperty(Int32, String) Конструктор

Определение

Инициализирует новый экземпляр структуры MatchProperty.

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)

Параметры

priority
Int32

Приоритет свойства

value
String

Значение свойства

Применяется к