ResourceDictionary.Insert(Object, Object) Metodo

Definizione

Aggiunge una nuova voce all'oggetto ResourceDictionary.

public:
 virtual bool Insert(Platform::Object ^ key, Platform::Object ^ value) = IMap<Platform::Object ^, Platform::Object ^>::Insert;
bool Insert(IInspectable const& key, IInspectable const& value);
public bool Insert(object key, object value);
function insert(key, value)
Public Function Insert (key As Object, value As Object) As Boolean

Parametri

key
Object

Platform::Object

IInspectable

Chiave dell'oggetto da inserire nella risorsa.

value
Object

Platform::Object

IInspectable

Valore dell'oggetto da inserire nella risorsa.

Restituisce

Boolean

bool

true se la chiamata al metodo ha sostituito un valore già esistente per la chiave; false se si chiama il metodo definito una nuova chiave.

Implementazioni

Commenti

Nota

L'API Microsoft .NET equivalente è Add.

Si applica a

Vedi anche