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 | |
---|---|---|
![]() |
Count | (Inherited from ICollection<T>.) |
![]() |
IsReadOnly | (Inherited from ICollection<T>.) |
![]() |
Item[Int32] | Gets or sets the element at the specified index. |
Methods
Name | Description | |
---|---|---|
![]() |
Add(T) | (Inherited from ICollection<T>.) |
![]() |
Clear() | (Inherited from ICollection<T>.) |
![]() |
Contains(T) | (Inherited from ICollection<T>.) |
![]() |
CopyTo(T[], Int32) | (Inherited from ICollection<T>.) |
![]() |
GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() |
Remove(T) | (Inherited from ICollection<T>.) |
![]() |
RemoveAt(Int32) | Removes the IAttachmentCollection item at the specified index. |
Events
Name | Description | |
---|---|---|
![]() |
CollectionChanged | (Inherited from INotifyCollectionChanged.) |
See Also
ITestCase
ITestStep
ITestRun
ITestResult
ISharedStep
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top