IVsWCFReferenceGroup::Update Method (IDiscoverySession^)

 

Updates a Windows Communication Foundation (WCF) service reference group.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void Update(
	IDiscoverySession^ pDiscoverySession
)

Parameters

pDiscoverySession
Type: Microsoft.VisualStudio.Shell.Interop::IDiscoverySession^

The IDiscoverySession to use. Can be Null.

When the VSHPROPID_ServiceReferenceSupported property of the client project is false or the property is not supported, the method fails.

Return to top
Show: