共用方式為


BitmapPropertySet.Insert(String, BitmapTypedValue) 方法

定義

將專案加入至屬性集。

public:
 virtual bool Insert(Platform::String ^ key, BitmapTypedValue ^ value) = IMap<Platform::String ^, BitmapTypedValue ^>::Insert;
bool Insert(winrt::hstring const& key, BitmapTypedValue const& value);
public bool Insert(string key, BitmapTypedValue value);
function insert(key, value)
Public Function Insert (key As String, value As BitmapTypedValue) As Boolean

參數

key
String

Platform::String

winrt::hstring

要插入的索引鍵。

value
BitmapTypedValue

要插入的值。

傳回

Boolean

bool

如果方法取代索引鍵已經存在的值,則為 True;如果這是新的索引鍵,則為 false。

實作

適用於

另請參閱