ActCtx.Manifest property
The Manifest property is used to set or get the active activation context.
This property is read-only.
Syntax
propVal = ActCtx.Manifest
Property value
Remarks
If an activation context can be created with the manifest file provided, the following script sets the Manifest property and activates the activation constant specified by the manifest. If an activation context cannot be created from the manifest, the activation context remains set to the currently active activation context.
ActCtxObj.Manifest = "<manifest file name>";
If an activation context has previously been created or activated, the following script sets the Manifest property to the current activation context. If an activation context has not previously been created or activated, this sets the Manifest property to an empty string.
"BSTR bstrManifest = ActCtxObj.Manifest"
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
DLL |
|
IID |
IID_IActCtx is defined as 8FA7728F-B69B-4EE5-99F2-E2AA021BEF28 |