Condividi tramite


struttura WS_ELEMENT_DESCRIPTION (webservices.h)

Rappresenta un mapping tra un tipo di dati C e un elemento XML.

Sintassi

typedef struct _WS_ELEMENT_DESCRIPTION {
  WS_XML_STRING *elementLocalName;
  WS_XML_STRING *elementNs;
  WS_TYPE       type;
  void          *typeDescription;
} WS_ELEMENT_DESCRIPTION;

Members

elementLocalName

Nome locale dell'elemento XML.

elementNs

Lo spazio dei nomi dell'elemento XML.

type

Tipo che corrisponde a questo elemento XML.

Non tutti i tipi supportano la lettura e la scrittura come elemento. Se la documentazione per il WS_TYPE indica che supporta WS_ELEMENT_TYPE_MAPPING, può essere usata con questa struttura.

typeDescription

Informazioni aggiuntive sul tipo. Ogni tipo ha una struttura di descrizione diversa. Può trattarsi di NULL, a seconda del WS_TYPE.

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2 [app desktop | App UWP]
Intestazione webservices.h