NamedVersionedString(String, String, Boolean, 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 NamedVersionedString.
public:
NamedVersionedString(System::String ^ name, System::String ^ value, bool machineLocal, int revision);
public:
NamedVersionedString(Platform::String ^ name, Platform::String ^ value, bool machineLocal, int revision);
NamedVersionedString(std::wstring const & name, std::wstring const & value, bool machineLocal, int revision);
public NamedVersionedString (string name, string value, bool machineLocal, int revision);
new Microsoft.VisualStudio.Settings.NamedVersionedString : string * string * bool * int -> Microsoft.VisualStudio.Settings.NamedVersionedString
Public Sub New (name As String, value As String, machineLocal As Boolean, revision As Integer)
Parameters
- name
- String
The name.
- value
- String
The value.
- machineLocal
- Boolean
True if the setting is machine-local, otherwise false.
- revision
- Int32
The revision number.