Share via


AppInfo.Id プロパティ

定義

アプリ識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

Package.appxmanifest ファイル内のパッケージ名で定義されたアプリの ID。

適用対象