IIndexWorkspaceService.GetSettingsValue<T>(String) Method
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.
Get setting value
public:
generic <typename T>
System::Threading::Tasks::Task<T> ^ GetSettingsValue(System::String ^ settingName);
public System.Threading.Tasks.Task<T> GetSettingsValue<T> (string settingName);
abstract member GetSettingsValue : string -> System.Threading.Tasks.Task<'T>
Public Function GetSettingsValue(Of T) (settingName As String) As Task(Of T)
Type Parameters
- T
Type of setting being expected
Parameters
- settingName
- String
The setting name
Returns
Task<T>
Completion task with the value