Freigeben über


ViewHandler.MapToolTip(IViewHandler, IView) Methode

Definition

Ordnet die abstrakte ToolTip Eigenschaft den plattformspezifischen Implementierungen zu.

public:
 static void MapToolTip(Microsoft::Maui::IViewHandler ^ handler, Microsoft::Maui::IView ^ view);
public static void MapToolTip (Microsoft.Maui.IViewHandler handler, Microsoft.Maui.IView view);
static member MapToolTip : Microsoft.Maui.IViewHandler * Microsoft.Maui.IView -> unit
Public Shared Sub MapToolTip (handler As IViewHandler, view As IView)

Parameter

handler
IViewHandler

Der zugehörige Handler.

view
IView

Der zugeordnete IView instance.

Gilt für: