AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si le type de présentation est pris en charge.
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
Paramètres
- presentationKind
- AppWindowPresentationKind
Le genre de présentation.
Retours
Boolean
bool
true si AppWindowPresentationKind est pris en charge ; Sinon; false.