AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.