Soap.WSDLBind.IXMLSchemaDefs.GetXMLSchemaDef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetXMLSchemaDef(Index: Integer): IXMLSchemaDef;

C++

virtual Xml::Xmlschema::_di_IXMLSchemaDef __fastcall GetXMLSchemaDef(int Index) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind IXMLSchemaDefs

Description

Returns the schema definition node at the specified index.

Use GetXMLSchemaDef to obtain the schema definition node at the specified index. GetXMLSchemaDef is primarily used as a getter method for the SchemaDef property.

See Also