AppWindowPresenter.IsPresentationSupported(AppWindowPresentationKind) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プレゼンテーションの種類がサポートされているかどうかを示す値を取得します。
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
AppWindowPresentationKind がサポートされている場合は true。それ以外の場合は 。false。