Implemented interface member:
property
Type
Microsoft.TemplateEngine.Orchestrator.RunnableProjects.Abstractions.IMacroConfig.Type
1 write to Type
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
Macros\BaseMacroConfig.cs (1)
23
Type
= type;
3 references to Type
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
Macros\BaseMacroConfig.cs (3)
175
throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_MissingMandatoryProperty, config.VariableName,
Type
, parameterName), config.VariableName);
184
throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_MissingMandatoryProperty, config.VariableName,
Type
, parameterName), config.VariableName);
193
throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_MissingMandatoryProperty, config.VariableName,
Type
, parameterName), config.VariableName);