BasicHelper.GetCurrentSelection Method (Boolean%)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Function GetCurrentSelection ( _
<OutAttribute> ByRef singleHierarchy As Boolean _
) As SelectionPair()
public SelectionPair[] GetCurrentSelection(
out bool singleHierarchy
)
public:
array<SelectionPair>^ GetCurrentSelection(
[OutAttribute] bool% singleHierarchy
)
member GetCurrentSelection :
singleHierarchy:bool byref -> SelectionPair[]
public function GetCurrentSelection(
singleHierarchy : boolean
) : SelectionPair[]
Parameters
- singleHierarchy
Type: System.Boolean%
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.