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
'宣告
Public Overridable ReadOnly Property EditorView As Object
Get
'用途
Dim instance As DesignerWindowPane
Dim value As Object
value = instance.EditorView
public virtual Object EditorView { get; }
public:
virtual property Object^ EditorView {
Object^ get ();
}
abstract EditorView : Object
override EditorView : Object
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
- 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.