PasswordCredentialPropertyStore.Insert(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is reserved for internal use and is not intended to be used in your 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
Parameters
- key
-
String
Platform::String
winrt::hstring
Reserved.
- value
-
Object
Platform::Object
IInspectable
Reserved.
Returns
Boolean
bool