data Property (IXMLDOMProcessingInstruction)
Retrieves and sets the content of the processing instruction, excluding the target.
strValue = oXMLDOMProcessingInstruction.data;
objXMLDOMProcessingInstruction.data = strValue;
HRESULT get_data(
BSTR* value
);
HRESULT put_data(
BSTR value
);
General Remarks
This property is read/write, and applies to the following interface:
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.