C# Class Microsoft.TemplateEngine.Cli.NewCommandCallbacks

The set of callbacks that should be implemented by callers of New3Command.Run. These callbacks provide a mechanism for the template engine to invoke these operations without requiring a built-time dependency on the actual implementation.
ファイルを表示 Open project: dotnet/templating Class Usage Examples