IAttachmentCollection Interface

 

Represents a collection of attachments that is associated with test objects, such as test cases, test steps, test runs, test results, and shared steps.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface IAttachmentCollection : ICollection<ITestAttachment>, 
    IEnumerable<ITestAttachment>, IEnumerable, INotifyCollectionChanged
public interface class IAttachmentCollection : ICollection<ITestAttachment^>, 
    IEnumerable<ITestAttachment^>, IEnumerable, INotifyCollectionChanged
type IAttachmentCollection = 
    interface
        interface ICollection<ITestAttachment>
        interface IEnumerable<ITestAttachment>
        interface IEnumerable
        interface INotifyCollectionChanged
    end
Public Interface IAttachmentCollection
    Inherits ICollection(Of ITestAttachment), IEnumerable(Of ITestAttachment),
    IEnumerable, INotifyCollectionChanged

Properties

Name Description
System_CAPS_pubproperty Count

(Inherited from ICollection<T>.)

System_CAPS_pubproperty IsReadOnly

(Inherited from ICollection<T>.)

System_CAPS_pubproperty Item[Int32]

Gets or sets the element at the specified index.

Methods

Name Description
System_CAPS_pubmethod Add(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethod Clear()

(Inherited from ICollection<T>.)

System_CAPS_pubmethod Contains(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethod CopyTo(T[], Int32)

(Inherited from ICollection<T>.)

System_CAPS_pubmethod GetEnumerator()

(Inherited from IEnumerable<T>.)

System_CAPS_pubmethod Remove(T)

(Inherited from ICollection<T>.)

System_CAPS_pubmethod RemoveAt(Int32)

Removes the IAttachmentCollection item at the specified index.

Events

Name Description
System_CAPS_pubevent CollectionChanged

(Inherited from INotifyCollectionChanged.)

See Also

ITestCase
ITestStep
ITestRun
ITestResult
ISharedStep
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top