Soap.WSDLItems.IWSDLLookup
Delphi
IWSDLLookup = interface
C++
__interface INTERFACE_UUID("{0A742759-AD54-4458-AF5E-C2BC971157D2}") IWSDLLookup : public System::IInterface
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
interface class |
public | Soap.WSDLItems.pas Soap.WSDLItems.hpp |
Soap.WSDLItems | Soap.WSDLItems |
Description
IWSDLLookup fournit un accès à la collection des documents WSDL importés d'une classe TWSDLItems.
Utilisez l'interface IWSDLLookup pour gérer les documents WSDL stockés, importés depuis un fichier ou un serveur.
Remarque : Les déclarations de méthode C++ qui utilisent IWSDLLookup se servent plutôt du type _di_IWSDLLookup. Ce type est un wrapper DelphiInterface autour de l'interface IWSDLLookup :
typedef System::DelphiInterface<IWSDLLookup> _di_IWSDLLookup;