Share via


IVsWCFReferenceGroup.Update(IDiscoverySession) Method

Definition

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.

Applies to