Partager via


CodeFolders.Item Method

Gets the CodeFolder at the specified index.

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

Syntax

'Declaration
Function Item ( _
    index As Object _
) As CodeFolder
CodeFolder Item(
    Object index
)
CodeFolder^ Item(
    [InAttribute] Object^ index
)
abstract Item : 
        index:Object -> CodeFolder
function Item(
    index : Object
) : 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.

.NET Framework Security

See Also

Reference

CodeFolders Interface

VsWebSite Namespace

CodeFolder

VSWebSite

CodeFolders