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입니다.

적용 대상