Share via


CursorSwitcher Constructor

Initializes a new instance of the CursorSwitcher class.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    cursor As Cursor _
)
public CursorSwitcher(
    Cursor cursor
)
public:
CursorSwitcher(
    Cursor^ cursor
)
new : 
        cursor:Cursor -> CursorSwitcher
public function CursorSwitcher(
    cursor : Cursor
)

Parameters

.NET Framework Security

See Also

Reference

CursorSwitcher Class

Microsoft.TeamFoundation.Common Namespace