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
如果具有指定索引鍵的專案是現有專案且已取代,則為 True;否則為 false。