Share via


data Property (IXMLDOMProcessingInstruction) (Windows Embedded CE 6.0)

1/6/2010

Retrieves and sets the content of the processing instruction, excluding the target.

Script Syntax

            strValue = oXMLDOMProcessingInstruction.data;
objXMLDOMProcessingInstruction.data = strValue;

Remarks

Ee502799.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee502799.collapse(en-US,WinEmbedded.60).gifScript Return Value

String. Returns the same value as the nodeValue property.

Ee502799.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT get_data(
  BSTR* value
);
HRESULT put_data(
  BSTR value
);

Remarks

Ee502799.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

  • value
    [in] [out, retval] Content of the processing instruction for this target. The data has the same value as the nodeValue property.

Ee502799.collapse(en-US,WinEmbedded.60).gifC/C++ Return Values

  • S_OK
    Value returned if successful.

Ee502799.collapse(en-US,WinEmbedded.60).gifRequirements

Header msxml2.h, msxml2.idl
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

This property is read/write, and applies to the following interface:

IXMLDOMProcessingInstruction

See Also

Reference

XML DOM Properties

Concepts

nodeValue Property