Share via


AssemblyReferences.Item(Object) Method

Definition

Retrieves an item from the collection.

public:
 VsWebSite::AssemblyReference ^ Item(System::Object ^ index);
[System.Runtime.InteropServices.DispId(3)]
public VsWebSite.AssemblyReference Item (object index);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member Item : obj -> VsWebSite.AssemblyReference
Public Function Item (index As Object) As AssemblyReference

Parameters

index
Object

The index of the item within the collection.

Returns

An assembly reference object.

Attributes

Applies to