UIAppearance.GetAppearance Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetAppearance(IntPtr, Type[]) |
Proxy d’apparence de cet objet dans la hiérarchie de confinement spécifiée. |
GetAppearance(IntPtr, UITraitCollection) |
Retourne un proxy d’apparence pour le spécifié |
GetAppearance(IntPtr, UITraitCollection, Type[]) |
Retourne un proxy d’apparence pour le spécifié lorsqu’il |
GetAppearance(IntPtr, Type[])
Proxy d’apparence de cet objet dans la hiérarchie de confinement spécifiée.
public static IntPtr GetAppearance (IntPtr class_ptr, params Type[] whenFoundIn);
static member GetAppearance : nativeint * Type[] -> nativeint
Paramètres
- class_ptr
-
IntPtr
nativeint
- whenFoundIn
- Type[]
Retours
nativeint
S’applique à
GetAppearance(IntPtr, UITraitCollection)
Retourne un proxy d’apparence pour le spécifié traits
.
public static IntPtr GetAppearance (IntPtr class_ptr, UIKit.UITraitCollection traits);
static member GetAppearance : nativeint * UIKit.UITraitCollection -> nativeint
Paramètres
- class_ptr
-
IntPtr
nativeint
- traits
- UITraitCollection
Retours
nativeint
S’applique à
GetAppearance(IntPtr, UITraitCollection, Type[])
Retourne un proxy d’apparence pour le spécifié lorsqu’il traits
se trouve dans la hiérarchie de whenFoundIn
confinement.
public static IntPtr GetAppearance (IntPtr class_ptr, UIKit.UITraitCollection traits, params Type[] whenFoundIn);
static member GetAppearance : nativeint * UIKit.UITraitCollection * Type[] -> nativeint
Paramètres
- class_ptr
-
IntPtr
nativeint
- traits
- UITraitCollection
- whenFoundIn
- Type[]
Retours
nativeint