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

屬性值

ActivationContext.ContextForm

其中一個列舉值。

備註

資訊清單型應用程式可能不會安裝在ClickOnce存放區中。 不在存放區中的應用程式,例如在 Visual Studio 中執行的資訊清單啟動應用程式,會分類為 Loose 。 存放區中包含的應用程式會分類為 StoreBounded

適用於