Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.