TfvcItemDescriptorsCollection Class
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.
[Microsoft.VisualStudio.Services.WebApi.ServiceEventObject]
[System.Runtime.Serialization.CollectionDataContract(ItemName="TfvcItemDescriptor", Name="TfvcItemDescriptors")]
public class TfvcItemDescriptorsCollection : System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptor>
type TfvcItemDescriptorsCollection = class
inherit List<TfvcItemDescriptor>
Public Class TfvcItemDescriptorsCollection
Inherits List(Of TfvcItemDescriptor)
- Inheritance
-
TfvcItemDescriptorsCollection
- Attributes
-
Microsoft.VisualStudio.Services.WebApi.ServiceEventObjectAttribute CollectionDataContractAttribute
Constructors
| TfvcItemDescriptorsCollection() | |
| TfvcItemDescriptorsCollection(IList<TfvcItemDescriptor>) |