ResourceQualifierObservableMap.Remove method

Removes a specific item from the ResourceQualifierObservableMap.

Syntax

public bool Remove(
  string key
)
Public Function Remove(
  key As String 
) As Boolean

Parameters

Return value

Type: System.Boolean

true if the item was removed, otherwise false.

Remarks

For the C++/CX and JavaScript version of the Remove(String) method, see Remove.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8.1 [Windows Runtime apps only]

Namespace

Windows.ApplicationModel.Resources.Core

See also

ResourceQualifierObservableMap