CodeFolders.Item(Object) Method

Definition

Gets the CodeFolder at the specified index.

public:
 VsWebSite::CodeFolder ^ Item(System::Object ^ index);
[System.Runtime.InteropServices.DispId(4)]
public VsWebSite.CodeFolder Item (object index);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member Item : obj -> VsWebSite.CodeFolder
Public Function Item (index As Object) As CodeFolder

Parameters

index
Object

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

Returns

CodeFolder

The CodeFolder object at the specified index in the collection.

Attributes

Applies to