PasswordCredentialPropertyStore.Insert(String, Object) Méthode

Définition

Cette méthode est réservée à un usage interne et n’est pas destinée à être utilisée dans votre code.

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

Paramètres

key
String

Platform::String

winrt::hstring

Réservé.

value
Object

Platform::Object

IInspectable

Réservé.

Retours

Boolean

bool

Implémente

S’applique à