Edit

Share via


HyperlinkExtensions.SetCommandParameter(Hyperlink, Object) Method

Definition

Sets the CommandProperty associated with the specified Windows.UI.Xaml.Documents.Hyperlink

public static void SetCommandParameter (Windows.UI.Xaml.Documents.Hyperlink obj, object value);
static member SetCommandParameter : Windows.UI.Xaml.Documents.Hyperlink * obj -> unit
Public Shared Sub SetCommandParameter (obj As Hyperlink, value As Object)

Parameters

obj
Windows.UI.Xaml.Documents.Hyperlink

The Windows.UI.Xaml.Documents.Hyperlink to associated the CommandProperty instance to

value
Object

The Object to set the CommandProperty to

Applies to