Soap.WSDLBind.IDocumented

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDocumented = interface(IXMLNode)

C++

__interface  INTERFACE_UUID("{DC197A33-3BB6-4415-A1E1-995FB3BE35A9}") IDocumented  : public Xml::Xmlintf::IXMLNode

Properties

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

Description

IDocumented is an interface for a documented node in the WSDL document.

Use the IDocumented interface to access the properties and methods specific to the documentation linked to a node in a WSDL document. IDocumented exposes methods and properties that can be used to access the documentation of a node in a WSDL document. The primary role of the IDocumented interface is to expose a collection of IDocumentation nodes.

See Also