DisposableCollection<T>.Item Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As T
public T this[
int index
] { get; set; }
public:
virtual property T default[int index] {
T get (int index) sealed;
void set (int index, T value) sealed;
}
abstract Item :
index:int -> 'T with get, set
override Item :
index:int -> 'T with get, set
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
Property Value
Implements
.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.