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.

Атрибуты

Применяется к