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.
Retrieves an item from the collection.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Function Item ( _
index As Integer _
) As ProjectItem
ProjectItem Item(
int index
)
ProjectItem^ Item(
[InAttribute] int index
)
abstract Item :
index:int -> ProjectItem
function Item(
index : int
) : ProjectItem
Parameters
index
Type: System.Int32The index of the item within the collection.
Return Value
Type: EnvDTE.ProjectItem
The ProjectItem 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.