IVsWCFReferenceGroupCollection::UpdateAll Method (IDiscoverySession^)

 

Updates all Windows Communication Foundation (WCF) reference group in the collection.

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

void UpdateAll(
	IDiscoverySession^ pDiscoverySession
)

Parameters

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

A IDiscoverySession interface for the project.

If the VSHPROPID_ServiceReferenceSupported property of the project is false or the property is not supported, this method fails.

Return to top
Show: