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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.