ActivationContext.Form Property

Definition

Gets the form, or store context, for the current application.

public:
 property ActivationContext::ContextForm Form { ActivationContext::ContextForm get(); };
public ActivationContext.ContextForm Form { get; }
member this.Form : ActivationContext.ContextForm
Public ReadOnly Property Form As ActivationContext.ContextForm

Property Value

One of the enumeration values.

Remarks

A manifest-based application might not be installed in the ClickOnce store. An application that is not in the store, such as a manifest-activated application executing in Visual Studio, is classified as Loose. An application that is contained in the store is classified as StoreBounded.

Applies to