Soap.WSDLBind.IImports

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IImports = interface(IXMLNodeCollection)

C++

__interface  INTERFACE_UUID("{2BA090C5-A91E-42BA-928B-75FB816B195F}") IImports  : public Xml::Xmlintf::IXMLNodeCollection

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

IImports is an interface for a collection of import nodes in a WSDL document.

Use the IImports interface to access the properties and methods specific for the collection of import nodes in a WSDL document. IImports exposes methods and properties that can be used to access and add import nodes to the WSDL document.

See Also