SCodeGeneratorDialog Interface

Code generator dialog service in Visual Studio.

Namespace:  Microsoft.AspNet.Scaffolding
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

[GuidAttribute("0D9272F6-BEA3-4494-BE89-340F1590C9FD")]
public interface SCodeGeneratorDialog

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:

  1. ICodeGeneratorDialogInvoker to invoke Add -> New Scaffold Item dialog from other VSPackage functionalities like custom Visual Studio menu implementations.

  2. ICategoryRegistrationService to register localized names for custom category node names defined by other VSPackages.

Show: