InternalActivationContextHelper.GetApplicationComponentManifest(ActivationContext) 方法

定义

获取 ActivationContext 对象中最后一个部署组件的清单。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

参数

appInfo
ActivationContext

包含清单的对象。The object containing the manifest.

返回

Object

ActivationContext 对象中最后一个部署组件的清单。The manifest of the last deployment component in the ActivationContext object.

适用于