共用方式為


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 實例。

適用於