FixedPage.SetNavigateUri(UIElement, Uri) Metoda

Definice

Nastaví identifikátor URI (Uniform Resource Identifier), na který se má přejít při kliknutí na hypertextový odkaz.

public:
 static void SetNavigateUri(System::Windows::UIElement ^ element, Uri ^ uri);
public static void SetNavigateUri (System.Windows.UIElement element, Uri uri);
static member SetNavigateUri : System.Windows.UIElement * Uri -> unit
Public Shared Sub SetNavigateUri (element As UIElement, uri As Uri)

Parametry

element
UIElement

Element, u kterého chcete nastavit posun identifikátoru URI.

uri
Uri

Identifikátor URI, na který přejdete při kliknutí na hypertextový odkaz.

Platí pro