Share via


ActivationContext.Form Eigenschaft

Definition

Ruft das Formular oder den Speicherkontext für die aktuelle Anwendung ab.

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

Eigenschaftswert

ActivationContext.ContextForm

Einer der Enumerationswerte.

Hinweise

Eine manifestbasierte Anwendung wird möglicherweise nicht im ClickOnce Store installiert. Eine Anwendung, die sich nicht im Speicher befindet, z. B. eine manifestaktivierte Anwendung, die in Visual Studio ausgeführt wird, wird als klassifiziertLoose. Eine Anwendung, die im Speicher enthalten ist, wird als StoreBoundedklassifiziert.

Gilt für