NavigableElement.Navigation Property
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.
Gets the object responsible for handling stack-based navigation.
public:
property Microsoft::Maui::Controls::INavigation ^ Navigation { Microsoft::Maui::Controls::INavigation ^ get(); };
public Microsoft.Maui.Controls.INavigation Navigation { get; }
member this.Navigation : Microsoft.Maui.Controls.INavigation
Public ReadOnly Property Navigation As INavigation
Property Value
Remarks
Binds to the NavigationPropertyBindableProperty.
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.