GetManifestCompletedEventArgs.SupportUri 属性
定义
获取用户可访问以获取 ClickOnce 应用程序产品支持的网页位置。Gets the location of a Web page users can visit to obtain product support for the ClickOnce application.
public:
property Uri ^ SupportUri { Uri ^ get(); };
public Uri SupportUri { get; }
member this.SupportUri : Uri
Public ReadOnly Property SupportUri As Uri
属性值
一个,该字符串 Uri 包含在部署清单的 < Description > 标记的supportUrl属性中找到的值。A Uri containing the value found in the supportUrl attribute of the deployment manifest's <description> tag. 有关详细信息,请参阅 ClickOnce 部署清单。For more information, see ClickOnce Deployment Manifest.