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
| Name | Description |
|---|---|
| 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public static IntPtr GetAppearance(IntPtr class_ptr, params Type[] whenFoundIn);
public static IntPtr GetAppearance(IntPtr class_ptr, params Type[] whenFoundIn);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAppearance : nativeint * Type[] -> nativeint
static member GetAppearance : nativeint * Type[] -> nativeint
Parameters
- class_ptr
-
IntPtr
nativeint
- whenFoundIn
- Type[]
Returns
nativeint
- Attributes
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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public static IntPtr GetAppearance(IntPtr class_ptr, UIKit.UITraitCollection traits, params Type[] whenFoundIn);
public static IntPtr GetAppearance(IntPtr class_ptr, UIKit.UITraitCollection traits, params Type[] whenFoundIn);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAppearance : nativeint * UIKit.UITraitCollection * Type[] -> nativeint
static member GetAppearance : nativeint * UIKit.UITraitCollection * Type[] -> nativeint
Parameters
- class_ptr
-
IntPtr
nativeint
- traits
- UITraitCollection
- whenFoundIn
- Type[]
Returns
nativeint
- Attributes