DesignerWindowPane.EditorView 属性

获取此窗格的编辑视图。

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

语法

声明
Public Overridable ReadOnly Property EditorView As Object
public virtual Object EditorView { get; }

属性值

类型:System.Object
edit 视图与此窗口窗格。

备注

此属性返回要为 Visual Studio。此窗格的视图的对象。默认实现返回 this,但是,可以重写此属性,如果您具有给定视图需要。例如,实现管线、、、,重写 EditorView 并返回拥有自定义对象。

.NET Framework 安全性

请参见

参考

DesignerWindowPane 类

Microsoft.VisualStudio.Shell.Design 命名空间