Compartir a través de


UIAppearance.GetAppearance Método

Definición

Sobrecargas

GetAppearance(IntPtr, Type[])

Proxy de apariencia de este objeto en la jerarquía de contención especificada.

GetAppearance(IntPtr, UITraitCollection)

Devuelve un proxy de apariencia para el especificado traits.

GetAppearance(IntPtr, UITraitCollection, Type[])

Devuelve un proxy de apariencia para el especificado traits cuando se encuentra en la whenFoundIn jerarquía de contención.

GetAppearance(IntPtr, Type[])

Proxy de apariencia de este objeto en la jerarquía de contención especificada.

public static IntPtr GetAppearance (IntPtr class_ptr, params Type[] whenFoundIn);
static member GetAppearance : nativeint * Type[] -> nativeint

Parámetros

class_ptr
IntPtr

nativeint

whenFoundIn
Type[]

Devoluciones

IntPtr

nativeint

Se aplica a

GetAppearance(IntPtr, UITraitCollection)

Devuelve un proxy de apariencia para el especificado traits.

public static IntPtr GetAppearance (IntPtr class_ptr, UIKit.UITraitCollection traits);
static member GetAppearance : nativeint * UIKit.UITraitCollection -> nativeint

Parámetros

class_ptr
IntPtr

nativeint

Devoluciones

IntPtr

nativeint

Se aplica a

GetAppearance(IntPtr, UITraitCollection, Type[])

Devuelve un proxy de apariencia para el especificado traits cuando se encuentra en la whenFoundIn jerarquía de contención.

public static IntPtr GetAppearance (IntPtr class_ptr, UIKit.UITraitCollection traits, params Type[] whenFoundIn);
static member GetAppearance : nativeint * UIKit.UITraitCollection * Type[] -> nativeint

Parámetros

class_ptr
IntPtr

nativeint

whenFoundIn
Type[]

Devoluciones

IntPtr

nativeint

Se aplica a