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.

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

[GuidAttribute("2F703DDC-138F-4BFF-8E41-06CE06272879")]
public interface ICodeGeneratorDialogInvoker

The ICodeGeneratorDialogInvoker type exposes the following members.

  NameDescription
Public propertyCodeGenerationContextWhen 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.
Top

  NameDescription
Public methodShowCodeGenerationDialogShows the dialog which displays all of the code generators.
Top
Show: