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
Assemblies:   Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")> _
Public Interface IVsDesignerInfo
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")]
public interface IVsDesignerInfo
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")]
public interface class IVsDesignerInfo
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")>]
type IVsDesignerInfo =  interface end
public interface IVsDesignerInfo

The IVsDesignerInfo type exposes the following members.

Methods

  Name Description
Public method get_DesignerTechnology Gets the technology of the designer.

Top

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace