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

AppWindowPresentationKind がサポートされている場合は true。それ以外の場合は 。false。

適用対象