次の方法で共有


InstalledDesktopApp.Id プロパティ

定義

インストールされているデスクトップ アプリの文字列ベースの ID を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

インストールされているデスクトップ アプリの文字列ベースの ID。

適用対象