Condividi tramite


EditContextProperties.TryGetValue(Object, Object) Metodo

Definizione

Ottiene il valore associato alla chiave specificata, se presente.

public:
 bool TryGetValue(System::Object ^ key, [Runtime::InteropServices::Out] System::Object ^ % value);
public bool TryGetValue (object key, out object? value);
member this.TryGetValue : obj * obj -> bool
Public Function TryGetValue (key As Object, ByRef value As Object) As Boolean

Parametri

key
Object

Chiave in cui viene archiviato il valore.

value
Object

Valore, se presente.

Restituisce

True se il valore era presente, in caso contrario false.

Si applica a