PasswordCredentialPropertyStore.Insert(String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此方法保留供内部使用,不应在代码中使用。
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