Share via


BasicHelper.GetCurrentSelection Method

Returns a SelectionPair with the current selection.

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

Syntax

'Declaration
Public Function GetCurrentSelection As SelectionPair()
'Usage
Dim instance As BasicHelper 
Dim returnValue As SelectionPair()

returnValue = instance.GetCurrentSelection()
public SelectionPair[] GetCurrentSelection()
public:
array<SelectionPair>^ GetCurrentSelection()
public function GetCurrentSelection() : SelectionPair[]

Return Value

Type: array<Microsoft.TeamFoundation.Common.SelectionPair[]

.NET Framework Security

See Also

Reference

BasicHelper Class

BasicHelper Members

GetCurrentSelection Overload

Microsoft.TeamFoundation.Common Namespace