語言

ActivationContext.Form 屬性

定義

取得目前應用程式的表單或儲存上下文。

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

屬性值

其中一個列舉值。

備註

基於清單的應用程式可能不會安裝在 ClickOnce 商店中。 不在儲存庫中的應用程式,例如在Visual Studio執行的清單啟用應用程式,則被歸類為 Loose。 儲存中包含的應用程式被分類為 StoreBounded

適用於