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

リダイレクトのために現在のアプリ インスタンスを識別するアプリ定義の文字列値。

属性

適用対象