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 Object _
) As AssemblyReference
AssemblyReference Item(
Object index
)
AssemblyReference^ Item(
[InAttribute] Object^ index
)
abstract Item :
index:Object -> AssemblyReference
function Item(
index : Object
) : AssemblyReference
Parameters
index
Type: System.ObjectThe index of the item within the collection.
Return Value
Type: VsWebSite.AssemblyReference
An assembly reference object.
Remarks
The Item method returns the full path to the assembly or returns the assembly StrongName property.
.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.