InstalledDesktopApp.Publisher 属性

定义

获取已安装桌面应用的发布者。

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

属性值

String

Platform::String

winrt::hstring

已安装桌面应用的发布者。

适用于