OverridableVariablesInfo Class
Default implementation of «see T:WixToolset.Mba.Core.IOverridableVariables» .
Methods
Method | Description |
---|---|
ParseFromXml(root) | Parses the overridable variable info from the BA manifest. |
Properties
Property | Description |
---|---|
CommandLineType | |
Variables |
WixToolset.Mba.Core.dll
version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
ParseFromXml(root) Method
Parses the overridable variable info from the BA manifest.
Declaration
public static IOverridableVariables ParseFromXml(
System.Xml.XPath.XPathNavigator root
)
Parameters
Parameter | Type | Description |
---|---|---|
root | System.Xml.XPath.XPathNavigator | XML 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; }