MatchProperty(Int32, String) Oluşturucu

Tanım

Yapının yeni bir örneğini başlatır 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)

Parametreler

priority
Int32

Özellik önceliği

value
String

Özellik değeri

Şunlara uygulanır