Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Represents an element, attribute, or CDATA content.
Syntax
typedef struct _WS_XML_TEXT_NODE {
WS_XML_NODE node;
WS_XML_TEXT *text;
} WS_XML_TEXT_NODE;
Members
node
The base type for all types that derive from WS_XML_NODE.
text
The text content.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |