ApplicationDataCompositeValue.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

如果具有指定键的项是现有项并被替换,则为 True;否则为 false。

实现

适用于