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

実装

適用対象