IVsWCFReferenceGroup.Update(IDiscoverySession) 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.
Updates a Windows Communication Foundation (WCF) service reference group.
public:
void Update(Microsoft::VisualStudio::Shell::Interop::IDiscoverySession ^ pDiscoverySession);
public:
void Update(Microsoft::VisualStudio::Shell::Interop::IDiscoverySession ^ pDiscoverySession);
void Update(Microsoft::VisualStudio::Shell::Interop::IDiscoverySession const & pDiscoverySession);
public void Update (Microsoft.VisualStudio.Shell.Interop.IDiscoverySession pDiscoverySession);
abstract member Update : Microsoft.VisualStudio.Shell.Interop.IDiscoverySession -> unit
Public Sub Update (pDiscoverySession As IDiscoverySession)
Parameters
- pDiscoverySession
- IDiscoverySession
The IDiscoverySession to use. Can be Null.
Remarks
When the VSHPROPID_ServiceReferenceSupported property of the client project is false or the property is not supported, the method fails.