共用方式為


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 檢視。 在 中找到 VirtualView抽象 (.NET MAUI) 檢視。

適用於