AutoUpdateSettingsOptions.AppInstallerUri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定指向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。