Partager via


IVsWCFReferenceGroupDetails.GetGeneratedContractType, méthode

Retourne le nom d'un contrat dans (WCF) une référence de service Windows Communication Foundation.

Espace de noms :  Microsoft.VisualStudio.ManagedInterfaces9
Assembly :  Microsoft.VisualStudio.ManagedInterfaces.WCF (dans Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)

Syntaxe

'Déclaration
Function GetGeneratedContractType ( _
    name As String, _
    namespaceUrl As String _
) As String
string GetGeneratedContractType(
    string name,
    string namespaceUrl
)
String^ GetGeneratedContractType(
    String^ name, 
    String^ namespaceUrl
)
abstract GetGeneratedContractType : 
        name:string * 
        namespaceUrl:string -> string
function GetGeneratedContractType(
    name : String, 
    namespaceUrl : String
) : String

Paramètres

  • name
    Type : String

    String qui contient le nom d'PortType dans un fichier .wsdl.

  • namespaceUrl
    Type : String

    String qui contient TargetNamespace du fichier .wsdl qui fait conatins la définition d'name.

Valeur de retour

Type : String
String qui contient le nom du type de contrat.

Sécurité .NET Framework

Voir aussi

Référence

IVsWCFReferenceGroupDetails Interface

Microsoft.VisualStudio.ManagedInterfaces9, espace de noms