AttachmentCollection Class
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class AttachmentCollection _
Inherits VariableSizeList
'Usage
Dim instance As AttachmentCollection
public class AttachmentCollection : VariableSizeList
public ref class AttachmentCollection : public VariableSizeList
public class AttachmentCollection extends VariableSizeList
Remarks
Stores the collection of attachments associated with this WorkItem.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.VariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client.AttachmentCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.