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)
23Type = type;
3 references to Type
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
Macros\BaseMacroConfig.cs (3)
175throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_MissingMandatoryProperty, config.VariableName, Type, parameterName), config.VariableName); 184throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_MissingMandatoryProperty, config.VariableName, Type, parameterName), config.VariableName); 193throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_MissingMandatoryProperty, config.VariableName, Type, parameterName), config.VariableName);