InternalActivationContextHelper.GetApplicationComponentManifest(ActivationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the manifest of the last deployment component in an ActivationContext object.
public:
static System::Object ^ GetApplicationComponentManifest(ActivationContext ^ appInfo);
public static object GetApplicationComponentManifest (ActivationContext appInfo);
static member GetApplicationComponentManifest : ActivationContext -> obj
Public Shared Function GetApplicationComponentManifest (appInfo As ActivationContext) As Object
Parameters
- appInfo
- ActivationContext
The object containing the manifest.
Returns
The manifest of the last deployment component in the ActivationContext object.