Item Property (2003 System)
Gets the EntryPoint at the specified index.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As EntryPoint
'Usage
Dim instance As EntryPointCollection
Dim index As Integer
Dim value As EntryPoint
value = instance.Item(index)
public EntryPoint Item[
int index
] { get; }
Parameters
index
Type: System.Int32The index of the EntryPoint to retrieve.
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.Runtime.EntryPoint
The EntryPoint at the specified index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero. - or - index is greater than Count. |
Permissions
- 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.