IEnumWebServices Interface
Visual Studio 2015
Enumerator for the Web services offered by a Web site or a project. You can get an instance of the interface using the WebServices method of the IVsWebServiceProvider interface.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IEnumWebServices) | Clones this IEnumWebServices interface by creating another instance. |
![]() | Next(UInt32, IVsWebService[], UInt32) | Retrieves the next group of Web service interfaces (IVsWebService). |
![]() | Reset() | Returns the enumerator to its initial state. |
![]() | Skip(UInt32) | Skip over a specified number of Web service interfaces. |
Show:
