IVsDesignerInfo Interface

Definition

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

public interface class IVsDesignerInfo
public interface class IVsDesignerInfo
__interface IVsDesignerInfo
public interface IVsDesignerInfo
[System.Runtime.InteropServices.Guid("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDesignerInfo
type IVsDesignerInfo = interface
[<System.Runtime.InteropServices.Guid("59518321-3CCA-4BC9-BC1B-ADBCEEF21F14")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDesignerInfo = interface
Public Interface IVsDesignerInfo
Derived
Attributes

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.

Methods

get_DesignerTechnology(String)

Gets the technology of the designer.

Applies to