IStringStorage::Get Method (String^)

Visual Studio 2015
 

Returns the value and machine-local flag for the named item, or null if the item doesn't exist.

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

StringWithMachineLocalFlag^ Get(
	String^ name
)

Parameters

name
Type: System::String^

The case-insensitive name of the setting

Return to top
Show: