BaseEditorPane Members

Include Protected Members
Include Inherited Members

The base class for all editor panes.

The BaseEditorPane type exposes the following members.

Constructors

  Name Description
Public method BaseEditorPane Initializes a new instance of the T:Microsoft.VisualStudio.Data.Schema.Project.Common.UI.BaseEditorPane class.

Top

Methods

  Name Description
Public method ClosePane Closes a window pane.
Protected method CreateTimer Creates a forms timer object.
Public method Dispose Overloaded. Releases resources.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetService (Inherited from WindowPane.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Hide Hides a window pane.
Protected method Initialize (Inherited from WindowPane.)
Protected method InitializeTimer Creates and initializes a timer.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnClose (Inherited from WindowPane.)
Protected method OnCreate (Inherited from WindowPane.)
Protected method OnSetSite Called when the window pane has been sited.
Protected method OnSystemColorChanged Called when system settings change.
Protected method OnTranslateAccelerator Called when accelerator messages are translated.
Protected method PreProcessMessage (Inherited from WindowPane.)
Protected method selectionContainer_SelectedObjectsChanged Called to handle the SelctedObjectsChanged event.
Public method SetSelectedComponents Pushes components into the selection container, replacing currently selected components, and notifies the shell of a selection change.
Public method SetSite Sites the window pane.
Public method Show Shows the window pane.
Public method ShowNoActivate Shows the window without activating it.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field _helpProvider The dynamic help provider.

Top

Properties

  Name Description
Protected property BaseDocData Gets the associated document data object.
Protected property CmdTargetHelper Helps handle the IOleCommandTarget methods.
Protected property Control Gets the main control for this pane.
Protected property ErrorManager Gets the error manager.
Protected property FindTarget Gets the interface for find and replace capabilities in an editor.
Public property Frame Gets the IVsWindowFrame corresponding to this window.
Protected property HelpKeyword Gets or sets a help keyword.
Public property Window (Inherited from WindowPane.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsWindowPane.CreatePaneWindow
Explicit interface implemetationPrivate method IOleCommandTarget.Exec
Explicit interface implemetationPrivate method IVsFindTarget.Find
Explicit interface implemetationPrivate method IVsFindTarget.GetCapabilities
Explicit interface implemetationPrivate method IVsFindTarget.GetCurrentSpan
Explicit interface implemetationPrivate method IVsWindowPane.GetDefaultSize
Explicit interface implemetationPrivate method IVsFindTarget.GetFindState
Explicit interface implemetationPrivate method IVsFindTarget.GetMatchRect
Explicit interface implemetationPrivate method IVsFindTarget.GetProperty
Explicit interface implemetationPrivate method IVsFindTarget.GetSearchImage
Explicit interface implemetationPrivate method IVsWindowPane.LoadViewState
Explicit interface implemetationPrivate method IVsFindTarget.MarkSpan
Explicit interface implemetationPrivate method IVsFindTarget.NavigateTo
Explicit interface implemetationPrivate method IVsFindTarget.NotifyFindTarget
Explicit interface implemetationPrivate method IVsBroadcastMessageEvents.OnBroadcastMessage
Explicit interface implemetationPrivate method IOleCommandTarget.QueryStatus
Explicit interface implemetationPrivate method IVsFindTarget.Replace
Explicit interface implemetationPrivate method IVsWindowPane.SaveViewState
Explicit interface implemetationPrivate method IVsFindTarget.SetFindState
Explicit interface implemetationPrivate method IVsWindowPane.TranslateAccelerator
Explicit interface implemetationPrivate method IVsWindowPane.ClosePane (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IServiceProvider.GetService (Inherited from WindowPane.)
Explicit interface implemetationPrivate method IVsWindowPane.SetSite (Inherited from WindowPane.)

Top

See Also

Reference

BaseEditorPane Class

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace