Share via


DesignerWindowPane.EditorView Property

Gets the editor view for this window pane.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property EditorView As Object
'Usage
Dim instance As DesignerWindowPane 
Dim value As Object 

value = instance.EditorView
public virtual Object EditorView { get; }
public:
virtual property Object^ EditorView {
    Object^ get ();
}
public function get EditorView () : Object

Property Value

Type: System.Object
An editor view associated with this window pane.

Remarks

This property returns the object that will be given to Visual Studio as the view for this window pane. The default implementation just returns this, but you can override this property if you have specific view needs. For example, to implement a pass-through window pane, you would override EditorView and return your own custom object.

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

DesignerWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace