Condividi tramite


WSDXML_ATTRIBUTE struttura (wsdxmldom.h)

Descrive un attributo XML.

Sintassi

typedef struct _WSDXML_ATTRIBUTE {
  WSDXML_ELEMENT   *Element;
  WSDXML_ATTRIBUTE *Next;
  WSDXML_NAME      *Name;
  WCHAR            *Value;
} WSDXML_ATTRIBUTE;

Members

Element

Riferimento a una struttura WSDXML_ELEMENT che specifica l'elemento padre dell'attributo.

Next

Riferimento a una struttura WSDXML_ATTRIBUTE che specifica l'attributo di pari livello successivo, se presente.

Name

Riferimento a una struttura WSDXML_NAME che specifica il nome qualificato dell'attributo.

Value

Valore dell'attributo.

Commenti

WSDXML_ATTRIBUTE viene usato per descrivere i valori degli attributi in un elemento XML.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wsdxmldom.h