UITraitCollection.FromTraitsFromCollections(UITraitCollection[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and returns a new trait collection by merging the trait collections that are contained in traitCollections
.
[Foundation.Export("traitCollectionWithTraitsFromCollections:")]
public static UIKit.UITraitCollection FromTraitsFromCollections (UIKit.UITraitCollection[] traitCollections);
static member FromTraitsFromCollections : UIKit.UITraitCollection[] -> UIKit.UITraitCollection
Parameters
- traitCollections
- UITraitCollection[]
Returns
- Attributes