IVsDesignerInfo Interface

 

Gets the designer technology and other language agnostic information associated with a designer. It can be retrieved from the Visual Studio document framework.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")]
public interface IVsDesignerInfo

NameDescription
System_CAPS_pubmethodget_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.

Return to top
Show: