IVSMDDesigner Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a managed form designer.
public interface class IVSMDDesigner
public interface class IVSMDDesigner
__interface IVSMDDesigner
[System.Runtime.InteropServices.Guid("7494682A-37A0-11D2-A273-00C04F8EF4FF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVSMDDesigner
[<System.Runtime.InteropServices.Guid("7494682A-37A0-11D2-A273-00C04F8EF4FF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVSMDDesigner = interface
Public Interface IVSMDDesigner
- Attributes
Properties
CommandGuid |
Gets the GUID of the designer command. |
SelectionContainer |
Gets the selection container. |
View |
Gets the view for this designer. |
Methods
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. |