ISettingsManager::TryGetValue<T> Method (String^, T)

Visual Studio 2015
 

Attempts to reads a value from the store and returns the result of the operation.

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

generic<typename T>
GetValueResult TryGetValue(
	String^ name,
	[OutAttribute] T% value
)

Parameters

name
Type: System::String^

The name of the setting.

value
Type: T

The value.

Type Parameters

T

The type of the setting.

Return to top
Show: