AppWindowPresenter.RequestPresentation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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입니다.
- 특성