NamedVersionedString Constructor (String^, String^, Boolean, Int32)

Visual Studio 2015
 

Initializes a new instance of NamedVersionedString.

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

public:
NamedVersionedString(
	String^ name,
	String^ value,
	bool machineLocal,
	int revision
)

Parameters

name
Type: System::String^

The name.

value
Type: System::String^

The value.

machineLocal
Type: System::Boolean

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

revision
Type: System::Int32

The revision number.

Return to top
Show: