共用方式為


PasswordCredentialPropertyStore.Insert(String, Object) 方法

定義

這個方法會保留供內部使用,並不適合用於您的程式碼。

public:
 virtual bool Insert(Platform::String ^ key, Platform::Object ^ value) = IMap<Platform::String ^, Platform::Object ^>::Insert;
bool Insert(winrt::hstring const& key, IInspectable const& value);
public bool Insert(string key, object value);
function insert(key, value)
Public Function Insert (key As String, value As Object) As Boolean

參數

key
String

Platform::String

winrt::hstring

保留的。

value
Object

Platform::Object

IInspectable

保留的。

傳回

Boolean

bool

實作

適用於