다음을 통해 공유


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)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("4DB4E7D3-5550-41AE-A612-3D28CD0C52A8")> _
Public Interface IEnumWebServices
‘사용 방법
Dim instance As IEnumWebServices
[InterfaceTypeAttribute()]
[GuidAttribute("4DB4E7D3-5550-41AE-A612-3D28CD0C52A8")]
public interface IEnumWebServices
[InterfaceTypeAttribute()]
[GuidAttribute(L"4DB4E7D3-5550-41AE-A612-3D28CD0C52A8")]
public interface class IEnumWebServices
[<InterfaceTypeAttribute()>]
[<GuidAttribute("4DB4E7D3-5550-41AE-A612-3D28CD0C52A8")>]
type IEnumWebServices =  interface end
public interface IEnumWebServices

See Also

Reference

IEnumWebServices Members

Microsoft.VisualStudio.Shell.Interop Namespace