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