共用方式為


UIAppearance.GetAppearance 方法

定義

多載

GetAppearance(IntPtr, Type[])

這個物件在指定的內含專案階層中的外觀 Proxy。

GetAppearance(IntPtr, UITraitCollection)

傳回指定 traits 的外觀 Proxy。

GetAppearance(IntPtr, UITraitCollection, Type[])

傳回在內含專案階層中找到 whenFoundIn 時所指定 traits 的外觀 Proxy。

GetAppearance(IntPtr, Type[])

這個物件在指定的內含專案階層中的外觀 Proxy。

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 的外觀 Proxy。

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 的外觀 Proxy。

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

適用於