FilePickerFileTypesOrderedMap.Remove(String) 方法

定义

从显示名称和关联文件类型的映射集合中删除项。

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)

参数

key
String

Platform::String

winrt::hstring

与要删除的项关联的键。

实现

注解

有关 Remove (String) 方法的 C# 和 Microsoft Visual Basic 版本,请参阅 Remove

适用于