ActivationContext.Form 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前應用程式的表單 (或存放區內容)。
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 。