AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.