UIAppearance.GetAppearance Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |
GetAppearance(IntPtr, UITraitCollection, Type[]) |
Devuelve un proxy de apariencia para el especificado |
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
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
- traits
- UITraitCollection
Devoluciones
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
- traits
- UITraitCollection
- whenFoundIn
- Type[]
Devoluciones
nativeint