IVsWCFReferenceGroupDetails Interface
Provides access to configuration and code generation information for a Windows Communication Foundation (WCF) service reference returned from the Add Service Reference dialog box.
Assembly: Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)
| Name | Description | |
|---|---|---|
![]() | GetGeneratedCode() | Returns the CodeCompileUnit that contains code generated for a Windows Communication Foundation (WCF) service reference. |
![]() | GetGeneratedContractType(String, String) | Returns the name of a contract type in a Windows Communication Foundation (WCF) service reference. |
![]() | GetGeneratedEndpointNameInConfiguration(ServiceEndpoint) | Returns the name of an endpoint configuration generated by ServiceEndpoint. |
![]() | GetServiceEndpoints() | Returns an IEnumerable collection that contains the endpoints for a Windows Communication Foundation (WCF) service reference. |
Use this interface to return information about a new WCF service reference before it has been saved in a project.
Note |
|---|
All objects returned by this interface should be treated as read-only. Any changes applied to these objects will not be persisted. |
The configuration detail information related to a WCF service reference can be accessed only through the IVsWCFReferenceGroupDetails managed interface. This is because this interface has to return managed objects such as the System.CodeDom tree.

