IVsWebServiceProvider Interface

Maintains a collection of Web services (IVsWebService) and calls appropriate methods on events.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("C736666C-6970-4AE7-9B1F-5C0407A30556")> _
Public Interface IVsWebServiceProvider
‘사용 방법
Dim instance As IVsWebServiceProvider
[InterfaceTypeAttribute()]
[GuidAttribute("C736666C-6970-4AE7-9B1F-5C0407A30556")]
public interface IVsWebServiceProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"C736666C-6970-4AE7-9B1F-5C0407A30556")]
public interface class IVsWebServiceProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("C736666C-6970-4AE7-9B1F-5C0407A30556")>]
type IVsWebServiceProvider =  interface end
public interface IVsWebServiceProvider

See Also

Reference

IVsWebServiceProvider Members

Microsoft.VisualStudio.Shell.Interop Namespace