Freigeben über


AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) Methode

Definition

Ruft einen Wert ab, der angibt, ob die Art der Präsentation unterstützt wird.

public:
 virtual bool IsPresentationSupported(AppWindowPresentationKind presentationKind) = IsPresentationSupported;
bool IsPresentationSupported(AppWindowPresentationKind const& presentationKind);
public bool IsPresentationSupported(AppWindowPresentationKind presentationKind);
function isPresentationSupported(presentationKind)
Public Function IsPresentationSupported (presentationKind As AppWindowPresentationKind) As Boolean

Parameter

presentationKind
AppWindowPresentationKind

Die Art der Präsentation.

Gibt zurück

Boolean

bool

true , wenn AppWindowPresentationKind unterstützt wird; Andernfalls; false.

Gilt für: