Compartir a través de


IVsWebServiceEvents Members

Include Protected Members
Include Inherited Members

Defines events called when a Web service is removed, renamed, or changed. Used as an argument to the AdviseWebServiceEvents method of the IVsWebService interface.

The IVsWebServiceEvents type exposes the following members.

Methods

  Name Description
Public method OnChanged Method called when the Web service changes because of an edit. Your code should refresh references to the Web service after this event.
Public method OnRemoved Method called when a Web service is removed.
Public method OnRenamed Method called when a Web service is renamed.

Top

See Also

Reference

IVsWebServiceEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace