Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a managed form designer.
Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("7494682A-37A0-11D2-A273-00C04F8EF4FF")> _
Public Interface IVSMDDesigner
[InterfaceTypeAttribute()]
[GuidAttribute("7494682A-37A0-11D2-A273-00C04F8EF4FF")]
public interface IVSMDDesigner
[InterfaceTypeAttribute()]
[GuidAttribute(L"7494682A-37A0-11D2-A273-00C04F8EF4FF")]
public interface class IVSMDDesigner
[<InterfaceTypeAttribute()>]
[<GuidAttribute("7494682A-37A0-11D2-A273-00C04F8EF4FF")>]
type IVSMDDesigner =  interface end
public interface IVSMDDesigner
The IVSMDDesigner type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CommandGuid | Gets the GUID of the designer command. | 
| .gif) | SelectionContainer | Gets the selection container. | 
| .gif) | View | Gets the view for this designer. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Dispose | Releases all resources used by the IVSMDDesigner. | 
| .gif) | Flush | Flushes any changes that the designer has made to the text buffer. | 
| .gif) | GetLoadError | Gets the HRESULT of the last load error, should one exist. | 
Top
Remarks
The view that this instance
can be passed in as the view to CreateDocumentWindow.