次の方法で共有


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

適用対象