共用方式為


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 類別會指出哪些成員可以特定語言存取。

適用於