UIElementEvents.GetGotTouchCaptureCommand Method

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

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

UIElementEvents Class

Microsoft.TeamFoundation.MVVM Namespace