FixedPage.SetNavigateUri(UIElement, Uri) メソッド

定義

ハイパーリンクがクリックされたときの移動先 Uniform Resource Identifier (URI) を設定します。

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)

パラメーター

element
UIElement

URI の設定対象の要素。

uri
Uri

ハイパーリンクがクリックされたときの移動先 Uniform Resource Identifier (URI)。

適用対象