ISettingsList::ClearAsync Method (Object^)

Visual Studio 2015
 

Removes all elements from the list.

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

Task^ ClearAsync(
	Object^ state = null
)

Parameters

state
Type: System::Object^

A caller-specified object that will be exposed on change events.

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: