IVsWebServiceProviderEvents.OnAdded(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 a Web service is added.
public:
int OnAdded(Microsoft::VisualStudio::Shell::Interop::IVsWebService ^ pIVsWebReference);
public:
int OnAdded(Microsoft::VisualStudio::Shell::Interop::IVsWebService ^ pIVsWebReference);
int OnAdded(Microsoft::VisualStudio::Shell::Interop::IVsWebService const & pIVsWebReference);
public int OnAdded (Microsoft.VisualStudio.Shell.Interop.IVsWebService pIVsWebReference);
abstract member OnAdded : Microsoft.VisualStudio.Shell.Interop.IVsWebService -> int
Public Function OnAdded (pIVsWebReference As IVsWebService) As Integer
Parameters
- pIVsWebReference
- IVsWebService
[in] Pointer to the IVsWebService interface of the service added.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.