Edit

Share via


HyperlinkExtensions.GetCommand(Hyperlink) Method

Definition

Gets the ICommand instance associated with the specified Windows.UI.Xaml.Documents.Hyperlink

public static System.Windows.Input.ICommand GetCommand (Windows.UI.Xaml.Documents.Hyperlink obj);
static member GetCommand : Windows.UI.Xaml.Documents.Hyperlink -> System.Windows.Input.ICommand
Public Shared Function GetCommand (obj As Hyperlink) As ICommand

Parameters

obj
Windows.UI.Xaml.Documents.Hyperlink

The Windows.UI.Xaml.Documents.Hyperlink from which to get the associated ICommand instance

Returns

The ICommand instance associated with the Windows.UI.Xaml.Documents.Hyperlink or null

Applies to