QueryResultsEditorPane Class

This control host the editor and is responsible for handling the commands targeted to the editor as well as saving and loading the document.

Inheritance Hierarchy

System..::..Object
  WindowPane
    Microsoft.VisualStudio.Data.Tools.Package.QueryResults..::..QueryResultsEditorPane

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public NotInheritable Class QueryResultsEditorPane _
    Inherits WindowPane _
    Implements IOleCommandTarget, IVsWindowFrameNotify, IVsWindowFrameNotify2, IVsStatusbarUser
'Usage
Dim instance As QueryResultsEditorPane
[ComVisibleAttribute(true)]
public sealed class QueryResultsEditorPane : WindowPane, 
    IOleCommandTarget, IVsWindowFrameNotify, IVsWindowFrameNotify2, IVsStatusbarUser
[ComVisibleAttribute(true)]
public ref class QueryResultsEditorPane sealed : public WindowPane, 
    IOleCommandTarget, IVsWindowFrameNotify, IVsWindowFrameNotify2, IVsStatusbarUser
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
type QueryResultsEditorPane =  
    class
        inherit WindowPane
        interface IOleCommandTarget
        interface IVsWindowFrameNotify
        interface IVsWindowFrameNotify2
        interface IVsStatusbarUser
    end
public final class QueryResultsEditorPane extends WindowPane implements IOleCommandTarget, IVsWindowFrameNotify, IVsWindowFrameNotify2, IVsStatusbarUser

The QueryResultsEditorPane type exposes the following members.

Constructors

  Name Description
Public method QueryResultsEditorPane Constructor that calls the Microsoft.VisualStudio.Shell.WindowPane constructor then our initialization functions.

Top

Properties

  Name Description
Public property Content (Inherited from WindowPane.)
Public property DocData Gets the QueryResultsDocData being used by this pane.
Protected property InitializationMode (Inherited from WindowPane.)
Public property Window This is a required override from the Microsoft.VisualStudio.Shell.WindowPane class. It returns the extended rich text box that we host. (Overrides WindowPaneWindow()()()().)

Top

Methods

  Name Description
Public method Dispose()()()() (Inherited from WindowPane.)
Protected method Dispose(Boolean) (Inherited from WindowPane.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetService (Inherited from WindowPane.)
Public method GetType (Inherited from Object.)
Protected method Initialize (Inherited from WindowPane.)
Public method LoadUIState (Inherited from WindowPane.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClose()()()() (Inherited from WindowPane.)
Public method OnClose(UInt32%)
Protected method OnCreate (Inherited from WindowPane.)
Public method OnDockableChange
Public method OnMove
Public method OnShow
Public method OnSize
Protected method PreProcessMessage (Inherited from WindowPane.)
Public method SaveUIState (Inherited from WindowPane.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IOleCommandTargetExec Forward the exe to the command target helper which will forward to any dispatchers registered to it.
Explicit interface implemetationPrivate method IOleCommandTargetQueryStatus Forward the exe to the command target helper which will forward to any dispatchers registered to it.
Explicit interface implemetationPrivate method IVsStatusbarUserSetInfo
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsWindowPane#ClosePane Obsolete. (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsUIElementPane#CloseUIElementPane (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsWindowPane#CreatePaneWindow Obsolete. (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsUIElementPane#CreateUIElementPane (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsWindowPane#GetDefaultSize Obsolete. (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsUIElementPane#GetDefaultUIElementSize (Inherited from WindowPane.)
Explicit interface implemetationPrivate method System#IServiceProvider#GetService (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsUIElementPane#LoadUIElementState (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsWindowPane#LoadViewState Obsolete. (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsUIElementPane#SaveUIElementState (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsWindowPane#SaveViewState Obsolete. (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsWindowPane#SetSite Obsolete. (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsUIElementPane#SetUIElementSite (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsWindowPane#TranslateAccelerator Obsolete. (Inherited from WindowPane.)
Explicit interface implemetationPrivate method Microsoft#VisualStudio#Shell#Interop#IVsUIElementPane#TranslateUIElementAccelerator (Inherited from WindowPane.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace