다음을 통해 공유


ViewHandler.PlatformView 속성

정의

이 처리기에 연결된 뷰의 플랫폼 표현을 가져오거나 설정합니다.

public:
 property System::Object ^ PlatformView { System::Object ^ get(); };
public object? PlatformView { get; }
member this.PlatformView : obj
Public ReadOnly Property PlatformView As Object

속성 값

설명

이 속성은 플랫폼 계층 보기(예: iOS/macOS, Android 또는 Windows 보기)에 대한 참조를 보유합니다. 추상(.NET MAUI) 뷰는 에 있습니다 VirtualView.

적용 대상