UIAppearance.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(IntPtr, Type[]) |
This object's appearance proxy in the specified containment hierarchy. |
GetAppearance(IntPtr, UITraitCollection) |
Returns an appearance proxy for the specified |
GetAppearance(IntPtr, UITraitCollection, Type[]) |
Returns an appearance proxy for the specified |
GetAppearance(IntPtr, Type[])
This object's appearance proxy in the specified containment hierarchy.
public static IntPtr GetAppearance (IntPtr class_ptr, params Type[] whenFoundIn);
static member GetAppearance : nativeint * Type[] -> nativeint
Parameters
- class_ptr
-
IntPtr
nativeint
- whenFoundIn
- Type[]
Returns
nativeint
Applies to
GetAppearance(IntPtr, UITraitCollection)
Returns an appearance proxy for the specified traits
.
public static IntPtr GetAppearance (IntPtr class_ptr, UIKit.UITraitCollection traits);
static member GetAppearance : nativeint * UIKit.UITraitCollection -> nativeint
Parameters
- class_ptr
-
IntPtr
nativeint
- traits
- UITraitCollection
Returns
nativeint
Applies to
GetAppearance(IntPtr, UITraitCollection, Type[])
Returns an appearance proxy for the specified traits
when found in the whenFoundIn
containment hierarchy.
public static IntPtr GetAppearance (IntPtr class_ptr, UIKit.UITraitCollection traits, params Type[] whenFoundIn);
static member GetAppearance : nativeint * UIKit.UITraitCollection * Type[] -> nativeint
Parameters
- class_ptr
-
IntPtr
nativeint
- traits
- UITraitCollection
- whenFoundIn
- Type[]
Returns
nativeint