data Property (IXMLDOMProcessingInstruction) (Windows CE 5.0)
Retrieves and sets the content of the processing instruction, excluding the target.
[Script]
Script Syntax
strValue=oXMLDOMProcessingInstruction.data;objXMLDOMProcessingInstruction.data=strValue;
Script Parameters
None.
Script Return Value
String. Returns the same value as the nodeValue property.
[C/C++]
C/C++ Syntax
HRESULT get_data(BSTR* value);HRESULT put_data(BSTRvalue);
C/C++ Parameters
- value
[in] [out, retval] Content of the processing instruction for this target. The data has the same value as the nodeValue property.
C/C++ Return Values
- S_OK
Value returned if successful.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
This property is read/write, and applies to the following interface:
See Also
Send Feedback on this topic to the authors