Edit

Share via


HyperlinkExtensions.GetCommandParameter(Hyperlink) Method

Definition

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

public static object GetCommandParameter (Windows.UI.Xaml.Documents.Hyperlink obj);
static member GetCommandParameter : Windows.UI.Xaml.Documents.Hyperlink -> obj
Public Shared Function GetCommandParameter (obj As Hyperlink) As Object

Parameters

obj
Windows.UI.Xaml.Documents.Hyperlink

The Windows.UI.Xaml.Documents.Hyperlink from which to get the associated CommandProperty value

Returns

The CommandProperty value associated with the Windows.UI.Xaml.Documents.Hyperlink or null

Applies to