Share via


RelatedFiles.Item Method (Int32)

 

Retrieves an item from the collection.

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

Syntax

ProjectItem Item(
    int index
)
ProjectItem^ Item(
    int index
)
abstract Item : 
        index:int -> ProjectItem
Function Item (
    index As Integer
) As 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.

See Also

RelatedFiles Interface
VsWebSite Namespace

Return to top