TfvcItemDescriptorsCollection 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
TfvcItemDescriptorsCollection()
public TfvcItemDescriptorsCollection();
Public Sub New ()
Applies to
TfvcItemDescriptorsCollection(IList<TfvcItemDescriptor>)
public TfvcItemDescriptorsCollection(System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptor> source);
new Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptorsCollection : System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptor> -> Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptorsCollection
Public Sub New (source As IList(Of TfvcItemDescriptor))
Parameters
- source
- IList<TfvcItemDescriptor>