IVSMDDesigner Interface
Visual Studio 2015
Represents a managed form designer.
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | CommandGuid | Gets the GUID of the designer command. |
![]() | SelectionContainer | Gets the selection container. |
![]() | View | Gets the view for this designer. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the IVSMDDesigner. |
![]() | Flush() | Flushes any changes that the designer has made to the text buffer. |
![]() | GetLoadError() | 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.
Show:

