OverridableVariablesInfo Class
Default implementation of «see T:WixToolset.Mba.Core.IOverridableVariables» .
Methods
Section titled “Methods”| Method | Description |
|---|---|
| ParseFromXml(root) | Parses the overridable variable info from the BA manifest. |
Properties
Section titled “Properties”| Property | Description |
|---|---|
| CommandLineType | |
| Variables | |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
ParseFromXml(root) Method
Section titled “ParseFromXml(root) Method”Parses the overridable variable info from the BA manifest.
Declaration
Section titled “Declaration”public static IOverridableVariables ParseFromXml( System.Xml.XPath.XPathNavigator root)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| root | System.Xml.XPath.XPathNavigator | XML root |
Return value
Section titled “Return value”IOverridableVariables The parsed information.
CommandLineType Property
Section titled “CommandLineType Property”Declaration
Section titled “Declaration”public VariableCommandLineType CommandLineType { get; set; }Variables Property
Section titled “Variables Property”Declaration
Section titled “Declaration”public System.Collections.Generic.IDictionary<System.String,WixToolset.Mba.Core.IOverridableVariableInfo> Variables { get; set; }