Example #1
0
 public static string GenerateSymbols(this VSCTModel model)
 => Template.TransformToText <VsctSymbols>(new { model }.ToExpando());
Example #2
0
 public static string GenerateCommandBitmaps(this VSCTModel model)
 => Template.TransformToText <VsctCommandsBitmaps>(new { model }.ToExpando());
Example #3
0
 public static string GenerateKeyBindings(this VSCTModel model)
 => Template.TransformToText <VsctKeyBindings>(new { model }.ToExpando());