Share via


IVSMDDesigner Interface

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
Public property CommandGuid Gets the GUID of the designer command.
Public property SelectionContainer Gets the selection container.
Public property View Gets the view for this designer.

Top

Methods

  Name Description
Public method Dispose Releases all resources used by the IVSMDDesigner.
Public method Flush Flushes any changes that the designer has made to the text buffer.
Public method 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.

See Also

Reference

Microsoft.VisualStudio.Designer.Interfaces Namespace