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

保留。

实现

注解

有关 Remove (String) 方法的 C# 和 Microsoft Visual Basic 版本,请参阅 Remove

适用于