XmlLicenseTransform.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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.