Edit

Share via


ActivationContext.ContextForm Enum

Definition

Indicates the context for a manifest-activated application.

C#
public enum ActivationContext.ContextForm
Inheritance
ActivationContext.ContextForm

Fields

Name Value Description
Loose 0

The application is not in the ClickOnce store.

StoreBounded 1

The application is contained in the ClickOnce store.

Remarks

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also