Share via


NavigationRequest(IReadOnlyList<IView>, Boolean) Constructor

Definition

public:
 NavigationRequest(System::Collections::Generic::IReadOnlyList<Microsoft::Maui::IView ^> ^ newNavigationStack, bool animated);
public NavigationRequest (System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IView> newNavigationStack, bool animated);
new Microsoft.Maui.NavigationRequest : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.IView> * bool -> Microsoft.Maui.NavigationRequest
Public Sub New (newNavigationStack As IReadOnlyList(Of IView), animated As Boolean)

Parameters

newNavigationStack
IReadOnlyList<IView>
animated
Boolean

Applies to