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

Return Value

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

.NET Framework Security

See Also

Reference

BasicHelper Class

GetCurrentSelection Overload

Microsoft.TeamFoundation.Common Namespace