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

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

See Also

Reference

EntryPointCollection Class

EntryPointCollection Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace