ValueSet.Remove(String) 方法

定义

从值集中删除项。

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)

参数

key
String

Platform::String

winrt::hstring

键。

实现

注解

此类中的某些功能仅限于特定的开发语言。 父主题 ValueSet 类指示哪些成员可以使用特定语言访问。

适用于