GetManifestCompletedEventArgs::ApplicationManifest Property

 

Gets the ClickOnce application manifest for this deployment.

Namespace:   System.Deployment.Application
Assembly:  System.Deployment (in System.Deployment.dll)

public:
property XmlReader^ ApplicationManifest {
	XmlReader^ get();
}

Property Value

Type: System.Xml::XmlReader^

An XmlReader representing the application manifest.

You can use this variable to grab any information you need from the application manifest, such as a list of dependencies, trust information, and so on. For more information on the structure of this document, see ClickOnce Application Manifest.

The following code example shows how to examine an application manifest from within a GetManifestCompleted event handler to determine whether the application requires full trust by default.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: