次の方法で共有


UIAppearance.GetAppearance メソッド

定義

オーバーロード

GetAppearance(IntPtr, Type[])

指定されたコンテインメント階層のこのオブジェクトの外観プロキシ。

GetAppearance(IntPtr, UITraitCollection)

指定した の外観プロキシを返します traits

GetAppearance(IntPtr, UITraitCollection, Type[])

包含階層で見つかった場合に、指定された の外観プロキシをwhenFoundIn返しますtraits

GetAppearance(IntPtr, Type[])

指定されたコンテインメント階層のこのオブジェクトの外観プロキシ。

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

パラメーター

class_ptr
IntPtr

nativeint

whenFoundIn
Type[]

戻り値

IntPtr

nativeint

適用対象

GetAppearance(IntPtr, UITraitCollection)

指定した の外観プロキシを返します traits

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

パラメーター

class_ptr
IntPtr

nativeint

戻り値

IntPtr

nativeint

適用対象

GetAppearance(IntPtr, UITraitCollection, Type[])

包含階層で見つかった場合に、指定された の外観プロキシをwhenFoundIn返しますtraits

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

パラメーター

class_ptr
IntPtr

nativeint

whenFoundIn
Type[]

戻り値

IntPtr

nativeint

適用対象