다음을 통해 공유


UIApplication.SupportedInterfaceOrientationsForWindow(UIWindow) 메서드

정의

지정된 창의 뷰 컨트롤러에 사용되는 인터페이스 방향 집합입니다.

[Foundation.Export("supportedInterfaceOrientationsForWindow:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientationsForWindow (UIKit.UIWindow window);
abstract member SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask

매개 변수

window
UIWindow

기본 인터페이스 방향을 검색할 창입니다.

반환

지원되는 방향을 나타내는 비트 마스크입니다.

특성

적용 대상