Share via


PropertySet.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

キー。

実装

注釈

C# または Microsoft Visual Basic バージョンの Remove メソッドについては、「 Remove」を参照してください。

適用対象