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。

实现

适用于

另请参阅