UIAppearance.GetAppearance 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetAppearance(IntPtr, Type[]) |
這個物件在指定的內含專案階層中的外觀 Proxy。 |
GetAppearance(IntPtr, UITraitCollection) |
傳回指定 |
GetAppearance(IntPtr, UITraitCollection, Type[]) |
傳回在內含專案階層中找到 |
GetAppearance(IntPtr, Type[])
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
- traits
- UITraitCollection
傳回
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
- traits
- UITraitCollection
- whenFoundIn
- Type[]
傳回
IntPtr
nativeint