IVsWebService Interface

 

Represents a single Web service proffered by a project. Managed as part of a collection of Web services held by IVsWebServiceProvider.

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

[GuidAttribute("D02603F6-BDB0-410C-9BA8-9E34E5FF4BEC")]
[InterfaceTypeAttribute(1)]
public interface class IVsWebService

NameDescription
System_CAPS_pubmethodAdviseWebServiceEvents(IVsWebServiceEvents^, UInt32)

Register callbacks for the Web service.

System_CAPS_pubmethodAppRelativeUrl(String^)

Gets the application-relative path to the Web service.

System_CAPS_pubmethodGetProvider(IVsWebServiceProvider^)

Gets the provider of a service.

System_CAPS_pubmethodUnadviseWebServiceEvents(UInt32)

Unregisters callbacks for this Web service.

System_CAPS_pubmethodUrl(String^)

Specifies the URL for the service.

Return to top
Show: