HyperlinkExtensions.GetCommand(Hyperlink) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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