Microsoft XML 2.5 SDK


 

IXMLDOMProcessingInstruction::put_data Method

[This is preliminary documentation and subject to change.]

Contains the content of the processing instruction, excluding the target.

Visual Basic Syntax

objXMLDOMProcessingInstruction.data = strValue

C/C++ Syntax

HRESULT put_data(

    BSTR *value);

Parameters

value

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

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.