BaseUIHierarchy.ItemsContainParentAndChild Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Function ItemsContainParentAndChild ( _
items As SelectionPair() _
) As Boolean
public static bool ItemsContainParentAndChild(
SelectionPair[] items
)
public:
static bool ItemsContainParentAndChild(
array<SelectionPair>^ items
)
static member ItemsContainParentAndChild :
items:SelectionPair[] -> bool
public static function ItemsContainParentAndChild(
items : SelectionPair[]
) : boolean
Parameters
- items
Type: array<Microsoft.TeamFoundation.Common.SelectionPair[]
Return Value
Type: System.Boolean
.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.