Share via


AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) Método

Definição

Obtém um valor que indica se o tipo de apresentação tem suporte.

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

Parâmetros

presentationKind
AppWindowPresentationKind

O tipo de apresentação.

Retornos

Boolean

bool

true se o AppWindowPresentationKind tiver suporte; Caso contrário; false.

Aplica-se a