次の方法で共有


ContentViewHandler.MapContent(IContentViewHandler, IContentView) メソッド

定義

抽象 Content プロパティをプラットフォーム固有の実装にマップします。

public:
 static void MapContent(Microsoft::Maui::Handlers::IContentViewHandler ^ handler, Microsoft::Maui::IContentView ^ page);
public static void MapContent (Microsoft.Maui.Handlers.IContentViewHandler handler, Microsoft.Maui.IContentView page);
static member MapContent : Microsoft.Maui.Handlers.IContentViewHandler * Microsoft.Maui.IContentView -> unit
Public Shared Sub MapContent (handler As IContentViewHandler, page As IContentView)

パラメーター

handler
IContentViewHandler

関連付けられたハンドラー。

page
IContentView

関連付けられている IContentView インスタンス。

適用対象