Share via


AssemblyReferences.Item Method

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.Object

    The 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

See Also

Reference

AssemblyReferences Interface

VsWebSite Namespace

VSWebSite

AssemblyReference