StringWithMachineLocalFlag Constructor (String^, Boolean)

Visual Studio 2015
 

Initializes a new instance of StringWithMachineLocalFlag.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
StringWithMachineLocalFlag(
	String^ value,
	bool machineLocal
)

Parameters

value
Type: System::String^

The value.

machineLocal
Type: System::Boolean

True if the content is machine-local, otherwise false.

Return to top
Show: