次の方法で共有


CoreApplication.Id プロパティ

定義

プロセスのパッケージ相対アプリ識別子を取得します。

public:
 static property Platform::String ^ Id { Platform::String ^ get(); };
static winrt::hstring Id();
public static string Id { get; }
var string = CoreApplication.id;
Public Shared ReadOnly Property Id As String

プロパティ値

String

Platform::String

winrt::hstring

プロセスのパッケージ相対アプリ識別子。

注釈

Windows Phone 8

この API は、ネイティブ アプリでのみサポートされています。

適用対象