Share via


IAttachmentCollection.Item Property (Int32)

 

Use Base

True

Gets or sets the element at the specified index.

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

Syntax

ITestAttachment this[
    int index
] { get; }
property ITestAttachment^ default[
    int index
] {
    ITestAttachment^ get(int index);
}
abstract Item : 
        index:int -> ITestAttachment with get
ReadOnly Property Item (
    index As Integer
) As ITestAttachment

Parameters

  • index
    Type: System.Int32

    The zero-based index of the element to get or set.

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment

The element at the specified index.

See Also

IList
IAttachmentCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top