RequestNavigateEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy RequestNavigateEventArgs. Ten konstruktor jest chroniony.
Przeciążenia
| Nazwa | Opis |
|---|---|
| RequestNavigateEventArgs() |
Inicjuje nowe wystąpienie klasy RequestNavigateEventArgs. Ten konstruktor jest chroniony. |
| RequestNavigateEventArgs(Uri, String) |
Inicjuje nowe wystąpienie RequestNavigateEventArgs klasy przy użyciu identyfikatora URI (URI) i nazwy docelowej. |
RequestNavigateEventArgs()
Inicjuje nowe wystąpienie klasy RequestNavigateEventArgs. Ten konstruktor jest chroniony.
protected:
RequestNavigateEventArgs();
protected RequestNavigateEventArgs();
Protected Sub New ()
Dotyczy
RequestNavigateEventArgs(Uri, String)
Inicjuje nowe wystąpienie RequestNavigateEventArgs klasy przy użyciu identyfikatora URI (URI) i nazwy docelowej.
public:
RequestNavigateEventArgs(Uri ^ uri, System::String ^ target);
public RequestNavigateEventArgs(Uri uri, string target);
new System.Windows.Navigation.RequestNavigateEventArgs : Uri * string -> System.Windows.Navigation.RequestNavigateEventArgs
Public Sub New (uri As Uri, target As String)
Parametry
- uri
- Uri
Docelowy identyfikator URI.
- target
- String
Nazwa docelowa.