Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Contains the attribute value.
Syntax
HRESULT get_value( VARIANT * attributeValue);
Parameters
- attributeValue
- [out] Value of the attribute. For attributes with subnodes, the string is the concatenated text of all subnodes with character and general entity reference expanded (replaced with their values).
Contains the attribute value.
Syntax
HRESULT put_value( VARIANT * attributeValue);
Parameters
- attributeValue
- [out] Value of the attribute. For attributes with subnodes, the string is the concatenated text of all subnodes with character and general entity reference expanded (replaced with their values).
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
The new attribute value is added as the value of a single text node that is a child of the attribute node. The string contents are unparsed.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.