Skip to content

OverridableVariablesInfo Class

Default implementation of «see T:WixToolset.Mba.Core.IOverridableVariables» .

MethodDescription
ParseFromXml(root)Parses the overridable variable info from the BA manifest.
PropertyDescription
CommandLineType
Variables
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Parses the overridable variable info from the BA manifest.

public static IOverridableVariables ParseFromXml(
System.Xml.XPath.XPathNavigator root
)
ParameterTypeDescription
rootSystem.Xml.XPath.XPathNavigatorXML root

IOverridableVariables The parsed information.

public VariableCommandLineType CommandLineType { get; set; }
public System.Collections.Generic.IDictionary<System.String,WixToolset.Mba.Core.IOverridableVariableInfo> Variables { get; set; }