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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.