다음을 통해 공유


UIAppearance.GetAppearance 메서드

정의

오버로드

GetAppearance(IntPtr, Type[])

지정된 포함 계층 구조에서 이 개체의 모양 프록시입니다.

GetAppearance(IntPtr, UITraitCollection)

지정된 traits에 대한 모양 프록시를 반환합니다.

GetAppearance(IntPtr, UITraitCollection, Type[])

포함 계층 구조에 있는 경우 지정된 traits 에 대한 모양 프록시를 whenFoundIn 반환합니다.

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[])

포함 계층 구조에 있는 경우 지정된 traits 에 대한 모양 프록시를 whenFoundIn 반환합니다.

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

적용 대상