ShellNavigationState Constructors
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.
Overloads
ShellNavigationState() | |
ShellNavigationState(String) | |
ShellNavigationState(Uri) |
ShellNavigationState()
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
public:
ShellNavigationState();
public ShellNavigationState ();
Public Sub New ()
Applies to
ShellNavigationState(String)
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
public:
ShellNavigationState(System::String ^ location);
public ShellNavigationState (string location);
new Microsoft.Maui.Controls.ShellNavigationState : string -> Microsoft.Maui.Controls.ShellNavigationState
Public Sub New (location As String)
Parameters
- location
- String
Applies to
ShellNavigationState(Uri)
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
public:
ShellNavigationState(Uri ^ location);
public ShellNavigationState (Uri location);
new Microsoft.Maui.Controls.ShellNavigationState : Uri -> Microsoft.Maui.Controls.ShellNavigationState
Public Sub New (location As Uri)
Parameters
- location
- Uri
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.