Share via


IVsWCFReferenceGroupDetails.GetGeneratedContractType(String, String) Method

Definition

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

public:
 System::String ^ GetGeneratedContractType(System::String ^ name, System::String ^ namespaceUrl);
public:
 Platform::String ^ GetGeneratedContractType(Platform::String ^ name, Platform::String ^ namespaceUrl);
std::wstring GetGeneratedContractType(std::wstring const & name, std::wstring const & namespaceUrl);
public string GetGeneratedContractType (string name, string namespaceUrl);
abstract member GetGeneratedContractType : string * string -> string
Public Function GetGeneratedContractType (name As String, namespaceUrl As String) As String

Parameters

name
String

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

namespaceUrl
String

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

Returns

A String that contains the name of the contract type.

Applies to