Feedback

  • Contents
 

II3IDStep2::ConfigureFromXML Method

Synopsis

Configures the contents of the tool step from an XML string. Unused parts of the XML string are returned from the function. The XML format should match the format of XML files exported from Designer.

IDL Function Prototype

HRESULT ConfigureFromXML(

   [in] VARIANT XML,

   [out, retval] VARIANT * UnprocessedXML

);

C/C++ Syntax

HRESULT ConfigureFromXML(VARIANT XML, VARIANT * UnprocessedXML);

Parameters

XML

An XML string containing statements used to configure the tool step.

UnprocessedXML

Unused parts of the XML string, if any.