다음을 통해 공유


ApplicationViewConsolidatedEventArgs.IsUserInitiated 속성

정의

창 통합이 사용자 시작되었는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsUserInitiated { bool get(); };
bool IsUserInitiated();
public bool IsUserInitiated { get; }
var boolean = applicationViewConsolidatedEventArgs.isUserInitiated;
Public ReadOnly Property IsUserInitiated As Boolean

속성 값

Boolean

bool

창 통합 작업이 사용자가 시작한 경우 true입니다. 그렇지 않으면 false입니다.

설명

사용자가 닫기 제스처를 수행했기 때문에 창 통합이 있었던 경우 이 속성은 true 입니다. 그렇지 않으면 Windows 통합이 시스템 시작 또는 앱 시작일 수 있습니다( ApplicationView.TryConsolidateAsync 호출).

적용 대상