Share via


AppWindowPresenter.RequestPresentation Methode

Definition

Überlädt

RequestPresentation(AppWindowPresentationConfiguration)

Sendet eine Anforderung zum Anzeigen des Fensters mithilfe der angegebenen Präsentationskonfiguration.

RequestPresentation(AppWindowPresentationKind)

Sendet eine Anforderung, um das Fenster mit der angegebenen Art von Präsentation anzuzeigen.

RequestPresentation(AppWindowPresentationConfiguration)

Sendet eine Anforderung zum Anzeigen des Fensters mithilfe der angegebenen Präsentationskonfiguration.

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

Parameter

configuration
AppWindowPresentationConfiguration

Die Präsentationskonfiguration, die zum Anzeigen des App-Fensters verwendet werden soll.

Gibt zurück

Boolean

bool

TRUE , wenn die Anforderung erfolgreich ist; Andernfalls false.

Attribute

Gilt für:

RequestPresentation(AppWindowPresentationKind)

Sendet eine Anforderung, um das Fenster mit der angegebenen Art von Präsentation anzuzeigen.

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

Parameter

presentationKind
AppWindowPresentationKind

Die Art der Präsentation, die zum Anzeigen des App-Fensters verwendet werden soll.

Gibt zurück

Boolean

bool

TRUE , wenn die Anforderung erfolgreich ist; Andernfalls false.

Attribute

Gilt für: