IVsWebServiceEvents.OnChanged(IVsWebService) Method
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.
Method called when the Web service changes because of an edit. Your code should refresh references to the Web service after this event.
public:
int OnChanged(Microsoft::VisualStudio::Shell::Interop::IVsWebService ^ pIVsWebReference);
public:
int OnChanged(Microsoft::VisualStudio::Shell::Interop::IVsWebService ^ pIVsWebReference);
int OnChanged(Microsoft::VisualStudio::Shell::Interop::IVsWebService const & pIVsWebReference);
public int OnChanged (Microsoft.VisualStudio.Shell.Interop.IVsWebService pIVsWebReference);
abstract member OnChanged : Microsoft.VisualStudio.Shell.Interop.IVsWebService -> int
Public Function OnChanged (pIVsWebReference As IVsWebService) As Integer
Parameters
- pIVsWebReference
- IVsWebService
[in] Pointer to an IVsWebService interface describing the Web service.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.