Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ObjectThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.