IVsWebServiceEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines events called when a Web service is removed, renamed, or changed. Used as an argument to the AdviseWebServiceEvents(IVsWebServiceEvents, UInt32) method of the IVsWebService interface.
public interface class IVsWebServiceEvents
public interface class IVsWebServiceEvents
__interface IVsWebServiceEvents
[System.Runtime.InteropServices.Guid("F20AB4A1-4BA3-4842-AC78-2550669F751A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebServiceEvents
[<System.Runtime.InteropServices.Guid("F20AB4A1-4BA3-4842-AC78-2550669F751A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebServiceEvents = interface
Public Interface IVsWebServiceEvents
- Attributes
Methods
OnChanged(IVsWebService) |
Method called when the Web service changes because of an edit. Your code should refresh references to the Web service after this event. |
OnRemoved(String) |
Method called when a Web service is removed. |
OnRenamed(String, String) |
Method called when a Web service is renamed. |