Soap.WSDLBind.IDocumentationCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDocumentationCollection = interface(IXMLNodeCollection)

C++

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

Properties

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

Description

IDocumentationCollection is an interface for a collection of documentation nodes in a WSDL document.

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

See Also