AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) Método

Definición

Obtiene un valor que indica si se admite el tipo de presentación.

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

Tipo de presentación.

Devoluciones

Boolean

bool

true si se admite AppWindowPresentationKind; Lo contrario; false.

Se aplica a