Поделиться через


UITraitCollection.FromUserInterfaceStyle(UIUserInterfaceStyle) Метод

Определение

Создает новую коллекцию признаков и связывает ее с указанным стилем пользовательского интерфейса.

[Foundation.Export("traitCollectionWithUserInterfaceStyle:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UITraitCollection FromUserInterfaceStyle (UIKit.UIUserInterfaceStyle userInterfaceStyle);
static member FromUserInterfaceStyle : UIKit.UIUserInterfaceStyle -> UIKit.UITraitCollection

Параметры

userInterfaceStyle
UIUserInterfaceStyle

Стиль пользовательского интерфейса, с которым связывается новая коллекция признаков.

Возвращаемое значение

Новая коллекция признаков, связанная с указанным стилем пользовательского интерфейса.

Атрибуты

Применяется к