ValueSet.Remove(String) Method

Definition

Removes an item from the value set.

public:
 virtual void Remove(Platform::String ^ key) = IMap<Platform::String ^, Platform::Object ^>::Remove;
void Remove(winrt::hstring const& key);
public void Remove(string key);
function remove(key)
Public Sub Remove (key As String)

Parameters

key
String

Platform::String

winrt::hstring

The key.

Implements

Remarks

Some functionality in this class is restricted to specific development languages. The parent topic, ValueSet class, indicates which members are accessible in specific languages.

Applies to