BitmapPropertySet.Insert(String, BitmapTypedValue) Metodo

Definizione

Aggiunge un elemento al set di proprietà.

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

Parametri

key
String

Platform::String

winrt::hstring

Chiave da inserire.

value
BitmapTypedValue

Valore da inserire.

Restituisce

Boolean

bool

True se il metodo sostituisce un valore già esistente per la chiave; false se si tratta di una nuova chiave.

Implementazioni

Si applica a

Vedi anche