次の方法で共有


InstalledDesktopApp.DisplayVersion プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象