Condividi tramite


AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) Metodo

Definizione

Ottiene un valore che indica se il tipo di presentazione è supportato.

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

Parametri

presentationKind
AppWindowPresentationKind

Tipo di presentazione.

Restituisce

Boolean

bool

true se AppWindowPresentationKind è supportato; Altrimenti; false.

Si applica a