ISettingsList::RemoveAsync Method (String^, Object^)

Visual Studio 2015
 

Removes a specific element from the list, or does nothing if the element is not found.

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

Task^ RemoveAsync(
	String^ key,
	Object^ state = null
)

Parameters

key
Type: System::String^

The key.

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: