Share via


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합니다.

적용 대상