Soap.WSDLItems.IQualifiedNameArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IQualifiedNameArray = array of IQualifiedName;

C++

typedef System::DynamicArray<_di_IQualifiedName> IQualifiedNameArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems Soap.WSDLItems

Description

IQualifiedNameArray is a dynamic array of interfaces for obtaining names of XML items.

IQualifiedNameArray is a dynamic array of IQualifiedName interfaces. Each interface in the array can be used to access the name of an item from an XML document and the namespace in which that name is defined.