IVsDesignerInfo Interface
Visual Studio 2015
Gets the designer technology and other language agnostic information associated with a designer. It can be retrieved from the Visual Studio document framework.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | get_DesignerTechnology(String) | Gets the technology of the designer. |
This interface is designed initially for the data source window to detect the active designer. The designer should implement the interface and associate it with a IVsWindowFrame.
Show:
