- Contents
DesignerCOM API
II3IDStep::XML Property
get_XML
Retrieves XML step and variable information from a handler.
Tip: How to access the Variable and Value parameters of an Assignment step
To access the XML property you have to reference MSXML, assign it to a variable and declared it as IXMLDOMElement.
IDL Function Prototype
HRESULT XML(
[out, retval] VARIANT * stepXML
);
C/C++ Syntax
HRESULT get_XML(VARIANT * stepXML);
Parameters
- stepXML
-
The return value is a VARIANT containing XML step and variable information about the step.