次の方法で共有


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

削除する項目を識別するキー。

実装

適用対象