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