ActivationContext.Form Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.