IVSMDDesignerLoader Interface

Definition

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

public interface class IVSMDDesignerLoader
public interface class IVSMDDesignerLoader
__interface IVSMDDesignerLoader
[System.Runtime.InteropServices.Guid("74946834-37A0-11D2-A273-00C04F8EF4FF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVSMDDesignerLoader
[<System.Runtime.InteropServices.Guid("74946834-37A0-11D2-A273-00C04F8EF4FF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVSMDDesignerLoader = interface
Public Interface IVSMDDesignerLoader
Attributes

Methods

Dispose()

Disposes this designer loader.

GetEditorCaption(Int32)

Gets the editor caption for the design surface.

Initialize(Object, Object, Int32, Object)

Initializes the loader. This associates it with a doc data object and an item ID.

SetBaseEditorCaption(String)

Sets the base editor caption.

Applies to