HyperlinkExtensions.SetCommand(Hyperlink, ICommand) 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.
Sets the ICommand instance associated with the specified Windows.UI.Xaml.Documents.Hyperlink
public static void SetCommand(Windows.UI.Xaml.Documents.Hyperlink obj, System.Windows.Input.ICommand value);
static member SetCommand : Windows.UI.Xaml.Documents.Hyperlink * System.Windows.Input.ICommand -> unit
Public Shared Sub SetCommand (obj As Hyperlink, value As ICommand)
Parameters
- obj
- Windows.UI.Xaml.Documents.Hyperlink
The Windows.UI.Xaml.Documents.Hyperlink to associated the ICommand instance to