Modifier

InternalActivationContextHelper.GetApplicationComponentManifest Method

Definition

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.

Applies to