BasicHelper.GetCurrentSelection Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public Function GetCurrentSelection As SelectionPair()
public SelectionPair[] GetCurrentSelection()
public:
array<SelectionPair>^ GetCurrentSelection()
member GetCurrentSelection : unit -> SelectionPair[]
public function GetCurrentSelection() : SelectionPair[]
Return Value
Type: array<Microsoft.TeamFoundation.Common.SelectionPair[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.