ICodeGeneratorDialogInvoker Interface
Used to invoke Add -> New Scaffolded Item dialog from other VSPackage functionalities like custom Visual Studio menu implementations. The VSPackage implementors should use the SCodeGeneratorDialog class to get this service.
Assembly: Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)
The ICodeGeneratorDialogInvoker type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CodeGenerationContext | When a Project can be obtained from the current selection in Visual Studio, gets the code generation context with the ActiveProject and ActiveProjectItem set. Otherwise, null. |
| Name | Description | |
|---|---|---|
![]() | ShowCodeGenerationDialog | Shows the dialog which displays all of the code generators. |
Show:
