The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ActivationContext.ContextForm Enumeration
.NET Framework (current version)
Indicates the context for a manifest-activated application.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Loose | The application is not in the ClickOnce store. | |
| StoreBounded | The application is contained in the ClickOnce store. |
The values of this enumeration specify whether an application has been loaded into the ClickOnce store. A manifest activated application that is not installed in the ClickOnce store is classified as Loose. An example of an application not in the store is a manifest-activated application executing in Visual Studio.
.NET Framework
Available since 2.0
Available since 2.0
Show: