Share via


HyperlinkHelper.GetCommand Method

make the attached prop available from XAML

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared Function GetCommand ( _
    obj As DependencyObject _
) As ICommand
public static ICommand GetCommand(
    DependencyObject obj
)
public:
static ICommand^ GetCommand(
    DependencyObject^ obj
)
static member GetCommand : 
        obj:DependencyObject -> ICommand
public static function GetCommand(
    obj : DependencyObject
) : ICommand

Parameters

Return Value

Type: System.Windows.Input.ICommand

.NET Framework Security

See Also

Reference

HyperlinkHelper Class

Microsoft.TeamFoundation.Controls.WPF Namespace