- Contents
 
DesignerCOM API
II3IDXMLStepEvents::ConfigureFromXML Method
Synopsis
Tools that use custom parameters or exit paths not registered by the tool should implement this method of supporting configuration from XML.
IDL Function Prototype
HRESULT ConfigureFromXML(
[in] II3IDStep * StepToConfigure,
[in] VARIANT XML,
[out, retval] VARIANT_BOOL * BeenHandled
);
C/C++ Syntax
HRESULT ConfigureFromXML(II3IDStep> * StepToConfigure, VARIANT XML, VARIANT_BOOL * BeenHandled);
Parameters
- StepToConfigure
 - 
 
The II3IDStep object that you want to configure.
 - XML
 - 
 
Fully qualified path to the XML file used to configure the II3IDStep object.
 - BeenHandled
 - 
 
Set return value to VARIANT_TRUE if parameters, exit paths, etc. are set properly.
 

 
			 