Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
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 | |
---|---|---|
![]() |
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.