AppInstance.Key プロパティ

定義

現在のインスタンスのキー。

public:
 property Platform::String ^ Key { Platform::String ^ get(); };
winrt::hstring Key();
public string Key { get; }
var string = appInstance.key;
Public ReadOnly Property Key As String

プロパティ値

String

Platform::String

winrt::hstring

現在のインスタンスのアプリ定義キー。

適用対象