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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.