Share via


CodeFolders.Item Method (Object)

 

Gets the CodeFolder at the specified index.

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

Syntax

CodeFolder Item(
    object index
)
CodeFolder^ Item(
    Object^ index
)
abstract Item : 
        index:Object -> CodeFolder
Function Item (
    index As Object
) As CodeFolder

Parameters

  • index
    Type: System.Object

    The zero-based index of the CodeFolder or the relative path for the folder to retrieve from the collection.

Return Value

Type: VsWebSite.CodeFolder

The CodeFolder object at the specified index in the collection.

See Also

CodeFolder
VSWebSite
CodeFolders
CodeFolders Interface
VsWebSite Namespace

Return to top