IVsWCFReferenceGroupDetails.GetGeneratedContractType(String, String) Method
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.
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
- 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.