共用方式為


InitialValueExpressionCollection.Remove(String) 方法

定義

從集合中移除指定的項目。

public:
 virtual void Remove(Platform::String ^ key) = IMap<Platform::String ^, 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

識別要移除之專案的索引鍵。

實作

適用於