Share via


IVSMDDesignerLoader Interface

Provide a Visual Studio-specific way to initialize a designer loader.

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

'Declaration
<GuidAttribute("74946834-37A0-11D2-A273-00C04F8EF4FF")> _
<InterfaceTypeAttribute()> _
Public Interface IVSMDDesignerLoader
[GuidAttribute("74946834-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute()]
public interface IVSMDDesignerLoader
[GuidAttribute(L"74946834-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute()]
public interface class IVSMDDesignerLoader
[<GuidAttribute("74946834-37A0-11D2-A273-00C04F8EF4FF")>]
[<InterfaceTypeAttribute()>]
type IVSMDDesignerLoader =  interface end
public interface IVSMDDesignerLoader

The IVSMDDesignerLoader type exposes the following members.

Methods

  Name Description
Public method Dispose Disposes this designer loader.
Public method GetEditorCaption Gets the editor caption for the design surface.
Public method Initialize Initializes the loader. This associates it with a doc data object and an item ID.
Public method SetBaseEditorCaption Sets the base editor caption.

Top

See Also

Reference

Microsoft.VisualStudio.Designer.Interfaces Namespace