Transform.LoadInnerXml(XmlNodeList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, parses the specified XmlNodeList object as transform-specific content of a <Transform>
element and configures the internal state of the current Transform object to match the <Transform>
element.
public:
abstract void LoadInnerXml(System::Xml::XmlNodeList ^ nodeList);
public abstract void LoadInnerXml (System.Xml.XmlNodeList nodeList);
abstract member LoadInnerXml : System.Xml.XmlNodeList -> unit
Public MustOverride Sub LoadInnerXml (nodeList As XmlNodeList)
Parameters
- nodeList
- XmlNodeList
An XmlNodeList object that specifies transform-specific content for the current Transform object.
Remarks
This method is used to process subelements of a <Transform>
element.