共用方式為


AutoUpdateSettingsOptions.AppInstallerUri 屬性

定義

取得或設定指向AppInstallerInfo物件所表示之 App Installer 檔案的Uri物件。

public:
 property Uri ^ AppInstallerUri { Uri ^ get(); void set(Uri ^ value); };
Uri AppInstallerUri();

void AppInstallerUri(Uri value);
public System.Uri AppInstallerUri { get; set; }
var uri = autoUpdateSettingsOptions.appInstallerUri;
autoUpdateSettingsOptions.appInstallerUri = uri;
Public Property AppInstallerUri As Uri

屬性值

相關聯應用程式安裝程式檔案的 URI。

適用於