PropertyVariable(String, String, Int32) Constructor

Definition

Initializes a new instance of the PropertyVariable class.

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

Parameters

name
String

Name of the property

value
String

Value of this property

priority
Int32

Priority of this property

Applies to