Share via


WebReferences.Item(Object) Method

Definition

Retrieves a WebReference object from the collection.

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

Parameters

index
Object

The index of the item within the collection. The index can be by number or by ServiceLocationUrl.

Returns

A WebReference object.

Attributes

Applies to