Skip to main content

OverridableVariablesInfo Class

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

Methods

MethodDescription
ParseFromXml(root)Parses the overridable variable info from the BA manifest.

Properties

PropertyDescription
CommandLineType
Variables

WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

ParseFromXml(root) Method

Parses the overridable variable info from the BA manifest.

Declaration

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

Parameters

ParameterTypeDescription
rootSystem.Xml.XPath.XPathNavigatorXML root

Return value

IOverridableVariables The parsed information.

CommandLineType Property

Declaration

public VariableCommandLineType CommandLineType { get; set; } 

Variables Property

Declaration

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