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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.