Partager via


RelatedFiles.Item Method

Retrieves an item from the collection.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
Function Item ( _
    index As Integer _
) As ProjectItem
ProjectItem Item(
    int index
)
ProjectItem^ Item(
    [InAttribute] int index
)
abstract Item : 
        index:int -> ProjectItem
function Item(
    index : int
) : ProjectItem

Parameters

  • index
    Type: System.Int32

    The index of the item within the collection.

Return Value

Type: EnvDTE.ProjectItem
The ProjectItem object at the specified index in the collection.

.NET Framework Security

See Also

Reference

RelatedFiles Interface

VsWebSite Namespace