Share via


IVsWCFReferenceGroupCollection.UpdateAll(IDiscoverySession) Method

Definition

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.

Applies to