Shell.IShellController.ProposeNavigation 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.
virtual bool Microsoft.Maui.Controls.IShellController.ProposeNavigation(Microsoft::Maui::Controls::ShellNavigationSource source, Microsoft::Maui::Controls::ShellItem ^ shellItem, Microsoft::Maui::Controls::ShellSection ^ shellSection, Microsoft::Maui::Controls::ShellContent ^ shellContent, System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Controls::Page ^> ^ stack, bool canCancel) = Microsoft::Maui::Controls::IShellController::ProposeNavigation;
bool IShellController.ProposeNavigation (Microsoft.Maui.Controls.ShellNavigationSource source, Microsoft.Maui.Controls.ShellItem shellItem, Microsoft.Maui.Controls.ShellSection shellSection, Microsoft.Maui.Controls.ShellContent shellContent, System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Page> stack, bool canCancel);
abstract member Microsoft.Maui.Controls.IShellController.ProposeNavigation : Microsoft.Maui.Controls.ShellNavigationSource * Microsoft.Maui.Controls.ShellItem * Microsoft.Maui.Controls.ShellSection * Microsoft.Maui.Controls.ShellContent * System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Page> * bool -> bool
override this.Microsoft.Maui.Controls.IShellController.ProposeNavigation : Microsoft.Maui.Controls.ShellNavigationSource * Microsoft.Maui.Controls.ShellItem * Microsoft.Maui.Controls.ShellSection * Microsoft.Maui.Controls.ShellContent * System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Page> * bool -> bool
Function ProposeNavigation (source As ShellNavigationSource, shellItem As ShellItem, shellSection As ShellSection, shellContent As ShellContent, stack As IReadOnlyList(Of Page), canCancel As Boolean) As Boolean Implements IShellController.ProposeNavigation
Parameters
- source
- ShellNavigationSource
- shellItem
- ShellItem
- shellSection
- ShellSection
- shellContent
- ShellContent
- stack
- IReadOnlyList<Page>
- canCancel
- Boolean
Returns
Implements
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.