ShellNavigationState Klas

Definitie

Vertegenwoordigt de huidige navigatiestatus van een Shell, uitgedrukt als een URI.

public ref class ShellNavigationState
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ShellNavigationState+ShellNavigationStateTypeConverter))]
public class ShellNavigationState
public class ShellNavigationState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ShellNavigationState+ShellNavigationStateTypeConverter))>]
type ShellNavigationState = class
type ShellNavigationState = class
Public Class ShellNavigationState
Overname
ShellNavigationState
Kenmerken

Constructors

Name Description
ShellNavigationState()

Initialiseert een nieuw exemplaar van de ShellNavigationState klasse.

ShellNavigationState(String)

Initialiseert een nieuw exemplaar van de ShellNavigationState klasse met de opgegeven locatietekenreeks.

ShellNavigationState(Uri)

Initialiseert een nieuw exemplaar van de ShellNavigationState klasse met de opgegeven URI.

Eigenschappen

Name Description
Location

Hiermee haalt u de URI op die de huidige navigatielocatie in de Shell vertegenwoordigt.

Operators

Name Description
Implicit(String to ShellNavigationState)

Vertegenwoordigt de huidige navigatiestatus van een Shell, uitgedrukt als een URI.

Implicit(Uri to ShellNavigationState)

Vertegenwoordigt de huidige navigatiestatus van een Shell, uitgedrukt als een URI.

Van toepassing op