BitmapPropertySet.Insert(String, BitmapTypedValue) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将项添加到属性集。
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。