IVsWebService Interface
Visual Studio 2015
Represents a single Web service proffered by a project. Managed as part of a collection of Web services held by IVsWebServiceProvider.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseWebServiceEvents(IVsWebServiceEvents, UInt32) | Register callbacks for the Web service. |
![]() | AppRelativeUrl(String) | Gets the application-relative path to the Web service. |
![]() | GetProvider(IVsWebServiceProvider) | Gets the provider of a service. |
![]() | UnadviseWebServiceEvents(UInt32) | Unregisters callbacks for this Web service. |
![]() | Url(String) | Specifies the URL for the service. |
Show:
