Share via


BitmapPropertySet.Insert(String, BitmapTypedValue) Método

Definição

Adiciona um item ao conjunto de propriedades.

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

Parâmetros

key
String

Platform::String

winrt::hstring

A chave a ser inserida.

value
BitmapTypedValue

O valor a ser inserido.

Retornos

Boolean

bool

True se o método substituir um valor que já existe para a chave; false se esta for uma nova chave.

Implementações

Aplica-se a

Confira também