Share via


WebServices.Item Method

Returns the WebService at the specified index of the collection.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
Function Item ( _
    index As Object _
) As WebService
WebService Item(
    Object index
)
WebService^ Item(
    [InAttribute] Object^ index
)
abstract Item : 
        index:Object -> WebService 
function Item(
    index : Object
) : WebService

Parameters

  • index
    Type: System.Object
    The zero-based index of the element or the name of the Web service you want to get or set.

Return Value

Type: VsWebSite.WebService
The WebService at the specified index of the collection.

.NET Framework Security

See Also

Reference

WebServices Interface

VsWebSite Namespace

WebService

Other Resources

Referencing Automation Assemblies and the DTE2 Object