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.