SelectorEvents.GetSelectedCommand Method

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

Syntax

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

Parameters

Return Value

Type: System.Windows.Input.ICommand
Returns ICommand.

.NET Framework Security

See Also

Reference

SelectorEvents Class

Microsoft.TeamFoundation.MVVM Namespace