IAttachmentCollection.Item Property
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
'Declaration
ReadOnly Default Property Item ( _
index As Integer _
) As ITestAttachment
ITestAttachment this[
int index
] { get; }
property ITestAttachment^ default[int index] {
ITestAttachment^ get (int index);
}
abstract Item :
index:int -> ITestAttachment with get
JScript does not support indexed properties.
Parameters
index
Type: Int32The zero-based index of the element to get or set.
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
The element at the specified index.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IAttachmentCollection Interface