WebServices Interface
Represents a collection of WebService objects.
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ContainingProject | Gets a reference to the project in the Design-Time Extensibility (DTE2) object that contains this Web service collection. |
![]() | Count | Gets the number of items in the collection. |
![]() | DTE | Gets a reference to the DTE2 object that contains the project containing this Web service collection. |
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | Gets an enumerator that iterates through the items in the WebServices collection. |
![]() | Item(Object^) | Returns the WebService at the specified index of the collection. |
An object of this class can be obtained only by using the WebServices property of a VSWebSite object.
Show:

