Condividi tramite


InitialValueExpressionCollection.Insert(String, String) Metodo

Definizione

Inserisce un elemento nella raccolta.

public:
 virtual bool Insert(Platform::String ^ key, Platform::String ^ value) = IMap<Platform::String ^, Platform::String ^>::Insert;
bool Insert(winrt::hstring const& key, winrt::hstring const& value);
public bool Insert(string key, string value);
function insert(key, value)
Public Function Insert (key As String, value As String) As Boolean

Parametri

key
String

Platform::String

winrt::hstring

Chiave per identificare l'elemento da inserire.

value
String

Platform::String

winrt::hstring

Elemento da inserire.

Restituisce

Boolean

bool

true se l'animazione è stata inserita correttamente; in caso contrario, false.

Implementazioni

Si applica a