FilePickerFileTypesOrderedMap.Remove(String) Method

Definition

Removes an item from the mapped collection of display names and associated file types.

public:
 virtual void Remove(Platform::String ^ key) = IMap<Platform::String ^, IVector<Platform::String ^> ^>::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 associated with the item to remove.

Implements

Remarks

For the C# and Microsoft Visual Basic version of the Remove(String) method, see Remove.

Applies to