AppInstance.Key プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リダイレクトのために現在のアプリ インスタンスを識別するアプリ定義の文字列値を取得します。
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
プロパティ値
リダイレクトのために現在のアプリ インスタンスを識別するアプリ定義の文字列値。
- 属性