ViewHandler.PlatformView 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與此處理程式相關聯的檢視平臺表示。
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) 檢視。