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 | |
---|---|---|
Dispose | Disposes this designer loader. | |
GetEditorCaption | Gets the editor caption for the design surface. | |
Initialize | Initializes the loader. This associates it with a doc data object and an item ID. | |
SetBaseEditorCaption | Sets the base editor caption. |
Top