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
- source
Type: System.Collections.Generic.IList<TfvcItem>
.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.