IVSMDDesigner Interface
Represents a managed form designer.
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("7494682A-37A0-11D2-A273-00C04F8EF4FF")> _
Public Interface IVSMDDesigner
'使用
Dim instance As 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
Remarks
The view that this instance
can be passed in as the view to CreateDocumentWindow.