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 | |
---|---|---|
CommandGuid | Gets the GUID of the designer command. | |
SelectionContainer | Gets the selection container. | |
View | Gets the view for this designer. |
Top
Methods
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. |
Top
Remarks
The view that this instance
can be passed in as the view to CreateDocumentWindow.