FullScreenPresenter 클래스

정의

전체 화면 구성을 사용하여 앱 창을 표시합니다.

public ref class FullScreenPresenter sealed : AppWindowPresenter
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FullScreenPresenter final : AppWindowPresenter
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class FullScreenPresenter : AppWindowPresenter
Public NotInheritable Class FullScreenPresenter
Inherits AppWindowPresenter
상속
Object Platform::Object IInspectable AppWindowPresenter FullScreenPresenter
특성

설명

전체 화면 모드는 최대화와 동일하지 않습니다. 앱이 전체 화면 모드인 경우 화면 전체를 차지합니다. 제목 표시줄, 상태 막대 또는 작업 표시줄과 같은 시스템 요소는 기본적으로 숨겨집니다. 사용자는 아래쪽에서 살짝 밀어 작업 표시줄을 호출하고, 왼쪽에서 작업 보기를 호출하고, 오른쪽에서 알림 센터를 호출하고, 위쪽에서 제목 표시줄을 호출할 수 있습니다.

사용자가 다른 앱을 사용하기 위해 앱에서 전환하면 앱의 전체 화면 특성이 유지됩니다. 사용자가 앱으로 다시 전환하면 전체 화면이 됩니다.

속성

Kind

앱 창에서 사용 중인 발표자의 종류를 나타내는 값을 가져옵니다.

(다음에서 상속됨 AppWindowPresenter)

메서드

Create()

FullScreenPresenter의 새 인스턴스를 만듭니다.

적용 대상