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)

public:
property Object^ EditorView {
	virtual Object^ get();
}

Property Value

Type: System::Object^

An editor view associated with this window pane.

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.

Return to top
Show: