TfvcItemsCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TfvcItemsCollection()
public TfvcItemsCollection();
Public Sub New ()
Applies to
TfvcItemsCollection(IList<TfvcItem>)
public TfvcItemsCollection(System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem> source);
new Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemsCollection : System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem> -> Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemsCollection
Public Sub New (source As IList(Of TfvcItem))