BaseUIHierarchy.GetCurrentSelection Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Protected Function GetCurrentSelection As SelectionPair()
protected SelectionPair[] GetCurrentSelection()
protected:
array<SelectionPair>^ GetCurrentSelection()
member GetCurrentSelection : unit -> SelectionPair[]
protected 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.