ItemCollection<T> Constructor
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Sub New ( _
parent As NamedItem _
)
public ItemCollection(
NamedItem parent
)
public:
ItemCollection(
NamedItem^ parent
)
new :
parent:NamedItem -> ItemCollection
public function ItemCollection(
parent : NamedItem
)
Parameters
- parent
Type: Microsoft.TeamFoundation.Warehouse.NamedItem
.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.