BaseExtensionFactory Class
Base class for extension factories. Implementations may request an IWixToolsetCoreServiceProvider at instantiation by having a single parameter constructor for it.
Properties
Property | Description |
---|---|
ExtensionTypes | The extension types of the WiX extension. |
WixToolset.Extensibility.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
ExtensionTypes Property
The extension types of the WiX extension.
Declaration
protected System.Collections.Generic.IReadOnlyCollection<System.Type> ExtensionTypes { get; set; }