BaseUIHierarchy.ExpandItemId Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function ExpandItemId ( _
itemId As UInteger _
) As SelectionPair()
public SelectionPair[] ExpandItemId(
uint itemId
)
public:
array<SelectionPair>^ ExpandItemId(
unsigned int itemId
)
member ExpandItemId :
itemId:uint32 -> SelectionPair[]
public function ExpandItemId(
itemId : uint
) : SelectionPair[]
Parameters
- itemId
Type: System.UInt32
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.