Condividi tramite


ViewHandler.MapSemantics(IViewHandler, IView) Metodo

Definizione

Esegue il mapping della proprietà astratta Semantics alle implementazioni specifiche della piattaforma.

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

Parametri

handler
IViewHandler

Gestore associato.

view
IView

Istanza associata IView .

Si applica a