XmlLicenseTransform.LoadInnerXml(XmlNodeList) Method

Definition

Parses the specified XmlNodeList object as transform-specific content of a <Transform> element; this method is not supported because the XmlLicenseTransform object has no inner XML elements.

public:
 override void LoadInnerXml(System::Xml::XmlNodeList ^ nodeList);
public override void LoadInnerXml (System.Xml.XmlNodeList nodeList);
override this.LoadInnerXml : System.Xml.XmlNodeList -> unit
Public Overrides Sub LoadInnerXml (nodeList As XmlNodeList)

Parameters

nodeList
XmlNodeList

An XmlNodeList object that encapsulates the transform to load into the current XmlLicenseTransform object.

Applies to