DesignerWindowPane 构造函数

初始化 DesignerWindowPane 类的新实例。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Sub New ( _
    surface As DesignSurface _
)
public DesignerWindowPane(
    DesignSurface surface
)

参数

异常

异常 条件
ArgumentNullException

surface 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

DesignerWindowPane 类

Microsoft.VisualStudio.Shell.Design 命名空间

DesignSurface