ShellTemplatedViewManager.SetView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void SetView(Microsoft::Maui::Controls::View ^ % localView, Microsoft::Maui::Controls::View ^ newView, Action<Microsoft::Maui::Controls::Element ^> ^ OnChildRemoved, Action<Microsoft::Maui::Controls::Element ^> ^ OnChildAdded);
public static void SetView (ref Microsoft.Maui.Controls.View localView, Microsoft.Maui.Controls.View newView, Action<Microsoft.Maui.Controls.Element> OnChildRemoved, Action<Microsoft.Maui.Controls.Element> OnChildAdded);
static member SetView : View * Microsoft.Maui.Controls.View * Action<Microsoft.Maui.Controls.Element> * Action<Microsoft.Maui.Controls.Element> -> unit
Public Shared Sub SetView (ByRef localView As View, newView As View, OnChildRemoved As Action(Of Element), OnChildAdded As Action(Of Element))
Parameters
- localView
- View
- newView
- View
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.