IVsWCFReferenceGroupCollection.UpdateAll(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 all Windows Communication Foundation (WCF) reference group in the collection.
public:
void UpdateAll(Microsoft::VisualStudio::Shell::Interop::IDiscoverySession ^ pDiscoverySession);
public:
void UpdateAll(Microsoft::VisualStudio::Shell::Interop::IDiscoverySession ^ pDiscoverySession);
void UpdateAll(Microsoft::VisualStudio::Shell::Interop::IDiscoverySession const & pDiscoverySession);
public void UpdateAll (Microsoft.VisualStudio.Shell.Interop.IDiscoverySession pDiscoverySession);
abstract member UpdateAll : Microsoft.VisualStudio.Shell.Interop.IDiscoverySession -> unit
Public Sub UpdateAll (pDiscoverySession As IDiscoverySession)
Parameters
- pDiscoverySession
- IDiscoverySession
A IDiscoverySession interface for the project.
Remarks
If the VSHPROPID_ServiceReferenceSupported property of the project is false or the property is not supported, this method fails.