IEnumWebServices Interface

Definition

Enumerator for the Web services offered by a Web site or a project. You can get an instance of the interface using the WebServices(IEnumWebServices) method of the IVsWebServiceProvider interface.

public interface class IEnumWebServices
public interface class IEnumWebServices
__interface IEnumWebServices
[System.Runtime.InteropServices.Guid("4DB4E7D3-5550-41AE-A612-3D28CD0C52A8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumWebServices
[<System.Runtime.InteropServices.Guid("4DB4E7D3-5550-41AE-A612-3D28CD0C52A8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumWebServices = interface
Public Interface IEnumWebServices
Attributes

Methods

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.

Applies to