TfvcItemsCollection Constructor (IList<TfvcItem>)

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    source As IList(Of TfvcItem) _
)
public TfvcItemsCollection(
    IList<TfvcItem> source
)
public:
TfvcItemsCollection(
    IList<TfvcItem^>^ source
)
new : 
        source:IList<TfvcItem> -> TfvcItemsCollection
public function TfvcItemsCollection(
    source : IList<TfvcItem>
)

Parameters

.NET Framework Security

See Also

Reference

TfvcItemsCollection Class

TfvcItemsCollection Overload

Microsoft.TeamFoundation.SourceControl.WebApi Namespace