ApplicationDataContainerSettings.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
如此 如果具有指定键的项是现有项并已替换;否则为 false。