AddInPostDeploymentActionArgs.HostManifestXml 属性

获取宿主应用程序的应用程序清单。

命名空间:  Microsoft.VisualStudio.Tools.Applications.Deployment
程序集:  Microsoft.VisualStudio.Tools.Applications.Runtime(在 Microsoft.VisualStudio.Tools.Applications.Runtime.dll 中)

语法

声明
Public ReadOnly Property HostManifestXml As String
    Get
public string HostManifestXml { get; }

属性值

类型:System.String
一个表示宿主应用程序的应用程序清单的 XML 字符串。

.NET Framework 安全性

请参见

参考

AddInPostDeploymentActionArgs 类

Microsoft.VisualStudio.Tools.Applications.Deployment 命名空间