Share via


WebServices Interface

Definition

Represents a collection of WebService objects.

public interface class WebServices : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7BAEA84D-83B3-449D-B029-D225BD95820E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface WebServices : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("7BAEA84D-83B3-449D-B029-D225BD95820E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type WebServices = interface
    interface IEnumerable
Public Interface WebServices
Implements IEnumerable
Attributes
Implements

Properties

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.

Methods

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.

Applies to