AssemblyReferences.Item Method (Object)
Use Base
True
Retrieves an item from the collection.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
AssemblyReference Item(
object index
)
AssemblyReference^ Item(
Object^ index
)
abstract Item :
index:Object -> AssemblyReference
Function Item (
index As Object
) As 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.
See Also
VSWebSite
AssemblyReference
AssemblyReferences Interface
VsWebSite Namespace
Return to top