IVSMDDesigner Interface

 

Represents a managed form designer.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("7494682A-37A0-11D2-A273-00C04F8EF4FF")]
public interface IVSMDDesigner

NameDescription
System_CAPS_pubpropertyCommandGuid

Gets the GUID of the designer command.

System_CAPS_pubpropertySelectionContainer

Gets the selection container.

System_CAPS_pubpropertyView

Gets the view for this designer.

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the IVSMDDesigner.

System_CAPS_pubmethodFlush()

Flushes any changes that the designer has made to the text buffer.

System_CAPS_pubmethodGetLoadError()

Gets the HRESULT of the last load error, should one exist.

The view that this instance

can be passed in as the view to CreateDocumentWindow.

Return to top
Show: