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
public virtual Object EditorView { get; }
public:
virtual property Object^ EditorView {
Object^ get ();
}
abstract EditorView : Object with get
override EditorView : Object with get
function get EditorView () : Object
Property Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.