InternalActivationContextHelper.GetDeploymentComponentManifest Method

Definition

Gets the manifest of the first deployment component in an ActivationContext object.

public:
 static System::Object ^ GetDeploymentComponentManifest(ActivationContext ^ appInfo);
public static object GetDeploymentComponentManifest (ActivationContext appInfo);
static member GetDeploymentComponentManifest : ActivationContext -> obj
Public Shared Function GetDeploymentComponentManifest (appInfo As ActivationContext) As Object

Parameters

appInfo
ActivationContext

The object containing the manifest.

Returns

The manifest of the first deployment component in the ActivationContext object.

Applies to