WebServices.Item Method (Object)
Returns the WebService at the specified index of the collection.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
WebService Item(
object index
)
WebService^ Item(
Object^ index
)
abstract Item :
index:Object -> WebService
Function Item (
index As Object
) As WebService
Parameters
index
Type: System.ObjectThe 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.
See Also
WebService
WebServices Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
Return to top