AppInstance.Key 属性

定义

获取应用定义的字符串值,该值标识当前应用实例以进行重定向。

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

属性值

String

Platform::String

winrt::hstring

一个应用定义的字符串值,用于标识当前应用实例以进行重定向。

属性

适用于