IVsWCFReferenceGroupDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to configuration and code generation information for a Windows Communication Foundation (WCF) service reference returned from the Add Service Reference dialog box.
public interface class IVsWCFReferenceGroupDetails
public interface class IVsWCFReferenceGroupDetails
__interface IVsWCFReferenceGroupDetails
public interface IVsWCFReferenceGroupDetails
type IVsWCFReferenceGroupDetails = interface
Public Interface IVsWCFReferenceGroupDetails
Methods
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. |