AppManifest.ToXml Method (2003 System)
Returns the application manifest as an XML string.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
Public Function ToXml As String
'Usage
Dim instance As AppManifest
Dim returnValue As String
returnValue = instance.ToXml()
public string ToXml()
Return Value
Type: System.String
An XML string that contains the application manifest.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.