IElementHandler.SetMauiContext(IMauiContext) Methode

Definition

Legt den .NET MAUI-Kontext für den Elementhandler fest.

public:
 void SetMauiContext(Microsoft::Maui::IMauiContext ^ mauiContext);
public void SetMauiContext (Microsoft.Maui.IMauiContext mauiContext);
abstract member SetMauiContext : Microsoft.Maui.IMauiContext -> unit
Public Sub SetMauiContext (mauiContext As IMauiContext)

Parameter

mauiContext
IMauiContext

Der festzulegende .NET MAUI-Kontext.

Gilt für: