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

See also