AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) Метод

Определение

Возвращает значение, указывающее, поддерживается ли вид презентации.

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

Параметры

presentationKind
AppWindowPresentationKind

Вид презентации.

Возвращаемое значение

Boolean

bool

Значение true , если поддерживается AppWindowPresentationKind; Иначе; false.

Применяется к