HyperlinkExtensions.GetCommandParameter(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 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