BootstrapperBuilder.XmlToConfigurationFile(XmlNode) 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.
public:
static System::String ^ XmlToConfigurationFile(System::Xml::XmlNode ^ input);
public static string XmlToConfigurationFile (System.Xml.XmlNode input);
static member XmlToConfigurationFile : System.Xml.XmlNode -> string
Public Shared Function XmlToConfigurationFile (input As XmlNode) As String
Parameters
- input
- XmlNode