IEnumWebServices Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("4DB4E7D3-5550-41AE-A612-3D28CD0C52A8")]
public interface IEnumWebServices

NameDescription
System_CAPS_pubmethodClone(IEnumWebServices)

Clones this IEnumWebServices interface by creating another instance.

System_CAPS_pubmethodNext(UInt32, IVsWebService[], UInt32)

Retrieves the next group of Web service interfaces (IVsWebService).

System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

System_CAPS_pubmethodSkip(UInt32)

Skip over a specified number of Web service interfaces.

Return to top
Show: