IVsWCFReferenceGroupDetails::GetGeneratedContractType Method (String^, String^)

 

Returns the name of a contract type in a Windows Communication Foundation (WCF) service reference.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces9
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)

String^ GetGeneratedContractType(
	String^ name,
	String^ namespaceUrl
)

Parameters

name
Type: System::String^

A String that contains the name of a PortType in a .wsdl file.

namespaceUrl
Type: System::String^

A String that contains the TargetNamespace of the .wsdl file that conatins the definition of name..

Return Value

Type: System::String^

A String that contains the name of the contract type.

Return to top
Show: