共用方式為


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

要與新特徵集合產生關聯的使用者介面樣式。

傳回

與指定之使用者介面樣式相關聯的新特徵集合。

屬性

適用於