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
| Name | Description |
|---|---|
| ShellNavigationState() |
Initializes a new instance of the ShellNavigationState class. |
| ShellNavigationState(String) |
Initializes a new instance of the ShellNavigationState class with the specified location string. |
| ShellNavigationState(Uri) |
Initializes a new instance of the ShellNavigationState class with the specified URI. |
ShellNavigationState()
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
Initializes a new instance of the ShellNavigationState class.
public:
ShellNavigationState();
public ShellNavigationState();
Public Sub New ()
Applies to
ShellNavigationState(String)
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
Initializes a new instance of the ShellNavigationState class with the specified location string.
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
A string representing the navigation location URI.
Applies to
ShellNavigationState(Uri)
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
- Source:
- ShellNavigationState.cs
Initializes a new instance of the ShellNavigationState class with the specified URI.
public:
ShellNavigationState(Uri ^ location);
public ShellNavigationState(Uri location);
new Microsoft.Maui.Controls.ShellNavigationState : Uri -> Microsoft.Maui.Controls.ShellNavigationState
Public Sub New (location As Uri)