CodeFolders.Item(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The CodeFolder object at the specified index in the collection.
- Attributes