IVsWebServiceEvents Interface

Definition

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.

Applies to