IInstallerFactory Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Template package installer factory interface. Implement this interface to register installer supported by built-in providers.
C#
public interface IInstallerFactory : Microsoft.TemplateEngine.Abstractions.IIdentifiedComponent
type IInstallerFactory = interface
interface IIdentifiedComponent
Public Interface IInstallerFactory
Implements IIdentifiedComponent
- Derived
- Implements
Id |
Gets the identifier of the component. Should be unique. (Inherited from IIdentifiedComponent) |
Name |
The factory name. |
Create |
Creates the IInstaller managed by this factory. |
Prodotto | Versioni |
---|---|
Template Engine | 6.0.100, 7.0.100 |