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)

[GuidAttribute("74946834-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute(1)]
public interface IVSMDDesignerLoader

NameDescription
System_CAPS_pubmethodDispose()

Disposes this designer loader.

System_CAPS_pubmethodGetEditorCaption(Int32)

Gets the editor caption for the design surface.

System_CAPS_pubmethodInitialize(Object, Object, Int32, Object)

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

System_CAPS_pubmethodSetBaseEditorCaption(String)

Sets the base editor caption.

Return to top
Show: