SCodeGeneratorDialog Interface
Code generator dialog service in Visual Studio.
Assembly: Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)
This marker service interface can be used to obtain global services related to ASP.NET Scaffolding. Interfaces that can be obtained from this service are:
ICodeGeneratorDialogInvoker to invoke Add -> New Scaffold Item dialog from other VSPackage functionalities like custom Visual Studio menu implementations.
ICategoryRegistrationService to register localized names for custom category node names defined by other VSPackages.
Show: