AppWindowPresenter.RequestPresentation 메서드

정의

오버로드

RequestPresentation(AppWindowPresentationConfiguration)

지정된 프레젠테이션 구성을 사용하여 창을 표시하도록 요청합니다.

RequestPresentation(AppWindowPresentationKind)

지정된 종류의 프레젠테이션을 사용하여 창을 표시하도록 요청합니다.

RequestPresentation(AppWindowPresentationConfiguration)

지정된 프레젠테이션 구성을 사용하여 창을 표시하도록 요청합니다.

public:
 virtual bool RequestPresentation(AppWindowPresentationConfiguration ^ configuration) = RequestPresentation;
/// [Windows.Foundation.Metadata.Overload("RequestPresentation")]
bool RequestPresentation(AppWindowPresentationConfiguration const& configuration);
[Windows.Foundation.Metadata.Overload("RequestPresentation")]
public bool RequestPresentation(AppWindowPresentationConfiguration configuration);
function requestPresentation(configuration)
Public Function RequestPresentation (configuration As AppWindowPresentationConfiguration) As Boolean

매개 변수

configuration
AppWindowPresentationConfiguration

앱 창을 표시하는 데 사용할 프레젠테이션 구성입니다.

반환

Boolean

bool

요청이 성공하면 true입니다. 그렇지 않으면 false입니다.

특성

적용 대상

RequestPresentation(AppWindowPresentationKind)

지정된 종류의 프레젠테이션을 사용하여 창을 표시하도록 요청합니다.

public:
 virtual bool RequestPresentation(AppWindowPresentationKind presentationKind) = RequestPresentation;
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Overload("RequestPresentationByKind")]
bool RequestPresentation(AppWindowPresentationKind const& presentationKind);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Overload("RequestPresentationByKind")]
public bool RequestPresentation(AppWindowPresentationKind presentationKind);
function requestPresentation(presentationKind)
Public Function RequestPresentation (presentationKind As AppWindowPresentationKind) As Boolean

매개 변수

presentationKind
AppWindowPresentationKind

앱 창을 표시하는 데 사용할 프레젠테이션의 종류입니다.

반환

Boolean

bool

요청이 성공하면 true입니다. 그렇지 않으면 false입니다.

특성

적용 대상