WebReferences.Item Method
Retrieves a WebReference object from the collection.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Function Item ( _
index As Object _
) As WebReference
WebReference Item(
Object index
)
WebReference^ Item(
[InAttribute] Object^ index
)
abstract Item :
index:Object -> WebReference
function Item(
index : Object
) : WebReference
Parameters
index
Type: System.ObjectThe index of the item within the collection. The index can be by number or by ServiceLocationUrl.
Return Value
Type: VsWebSite.WebReference
A WebReference object.
.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.