AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) Method

Definition

Gets a value that indicates whether the kind of presentation is supported.

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

Parameters

presentationKind
AppWindowPresentationKind

The kind of presentation.

Returns

Boolean

bool

true if the AppWindowPresentationKind is supported; otherwise; false.

Applies to