Edit

Share via


CPWindow.GetAppearance Method

Definition

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

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

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

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

containers
Type[]

Returns

Applies to