CPWindow.GetAppearance 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.
Overloads
GetAppearance(UITraitCollection) | |
GetAppearance(UITraitCollection, Type[]) | |
GetAppearance<T>() | |
GetAppearance<T>(UITraitCollection) | |
GetAppearance<T>(UITraitCollection, Type[]) |
GetAppearance(UITraitCollection)
public static CarPlay.CPWindow.CPWindowAppearance GetAppearance (UIKit.UITraitCollection traits);
static member GetAppearance : UIKit.UITraitCollection -> CarPlay.CPWindow.CPWindowAppearance
Parameters
- traits
- UITraitCollection
Returns
Applies to
GetAppearance(UITraitCollection, Type[])
public static CarPlay.CPWindow.CPWindowAppearance GetAppearance (UIKit.UITraitCollection traits, params Type[] containers);
static member GetAppearance : UIKit.UITraitCollection * Type[] -> CarPlay.CPWindow.CPWindowAppearance
Parameters
- traits
- UITraitCollection
- containers
- Type[]
Returns
Applies to
GetAppearance<T>()
public static CarPlay.CPWindow.CPWindowAppearance GetAppearance<T> () where T : CarPlay.CPWindow;
static member GetAppearance : unit -> CarPlay.CPWindow.CPWindowAppearance (requires 'T :> CarPlay.CPWindow)
Type Parameters
- T
Returns
Applies to
GetAppearance<T>(UITraitCollection)
public static CarPlay.CPWindow.CPWindowAppearance GetAppearance<T> (UIKit.UITraitCollection traits) where T : CarPlay.CPWindow;
static member GetAppearance : UIKit.UITraitCollection -> CarPlay.CPWindow.CPWindowAppearance (requires 'T :> CarPlay.CPWindow)
Type Parameters
- T
Parameters
- traits
- UITraitCollection
Returns
Applies to
GetAppearance<T>(UITraitCollection, Type[])
public static CarPlay.CPWindow.CPWindowAppearance GetAppearance<T> (UIKit.UITraitCollection traits, params Type[] containers) where T : CarPlay.CPWindow;
static member GetAppearance : UIKit.UITraitCollection * Type[] -> CarPlay.CPWindow.CPWindowAppearance (requires 'T :> CarPlay.CPWindow)
Type Parameters
- T
Parameters
- traits
- UITraitCollection
- containers
- Type[]