PasswordCredentialPropertyStore.Insert(String, Object) Metodo

Definizione

Questo metodo è riservato per l'uso interno e non deve essere usato nel codice.

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

Parametri

key
String

Platform::String

winrt::hstring

Riservato.

value
Object

Platform::Object

IInspectable

Riservato.

Restituisce

Boolean

bool

Implementazioni

Si applica a