HyperlinkHelper.SetCommand Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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 Sub SetCommand ( _
    obj As DependencyObject, _
    value As ICommand _
)
public static void SetCommand(
    DependencyObject obj,
    ICommand value
)
public:
static void SetCommand(
    DependencyObject^ obj, 
    ICommand^ value
)
static member SetCommand : 
        obj:DependencyObject * 
        value:ICommand -> unit
public static function SetCommand(
    obj : DependencyObject, 
    value : ICommand
)

Parameters

.NET Framework Security

See Also

Reference

HyperlinkHelper Class

Microsoft.TeamFoundation.Controls.WPF Namespace