Condividi tramite


AppInstance.Key Proprietà

Definizione

Ottiene un valore stringa definito dall'app che identifica l'istanza dell'app corrente a scopo di reindirizzamento.

public:
 property Platform::String ^ Key { Platform::String ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
winrt::hstring Key();
winrt::hstring Key();
[Windows.Foundation.Metadata.Experimental]
public string Key { [Windows.Foundation.Metadata.Experimental] get; }
public string Key { get; }
var string = appInstance.key;
Public ReadOnly Property Key As String

Valore della proprietà

String

Platform::String

winrt::hstring

Valore stringa definito dall'app che identifica l'istanza dell'app corrente a scopo di reindirizzamento.

Attributi

Si applica a