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 | |
---|---|---|
BaseEditorPane | Initializes a new instance of the T:Microsoft.VisualStudio.Data.Schema.Project.Common.UI.BaseEditorPane class. |
Top
Methods
Name | Description | |
---|---|---|
ClosePane | Closes a window pane. | |
CreateTimer | Creates a forms timer object. | |
Dispose | Overloaded. Releases resources. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetService | (Inherited from WindowPane.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Hide | Hides a window pane. | |
Initialize | (Inherited from WindowPane.) | |
InitializeTimer | Creates and initializes a timer. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnClose | (Inherited from WindowPane.) | |
OnCreate | (Inherited from WindowPane.) | |
OnSetSite | Called when the window pane has been sited. | |
OnSystemColorChanged | Called when system settings change. | |
OnTranslateAccelerator | Called when accelerator messages are translated. | |
PreProcessMessage | (Inherited from WindowPane.) | |
selectionContainer_SelectedObjectsChanged | Called to handle the SelctedObjectsChanged event. | |
SetSelectedComponents | Pushes components into the selection container, replacing currently selected components, and notifies the shell of a selection change. | |
SetSite | Sites the window pane. | |
Show | Shows the window pane. | |
ShowNoActivate | Shows the window without activating it. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_helpProvider | The dynamic help provider. |
Top
Properties
Name | Description | |
---|---|---|
BaseDocData | Gets the associated document data object. | |
CmdTargetHelper | Helps handle the IOleCommandTarget methods. | |
Control | Gets the main control for this pane. | |
ErrorManager | Gets the error manager. | |
FindTarget | Gets the interface for find and replace capabilities in an editor. | |
Frame | Gets the IVsWindowFrame corresponding to this window. | |
HelpKeyword | Gets or sets a help keyword. | |
Window | (Inherited from WindowPane.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IVsWindowPane.CreatePaneWindow | ||
IOleCommandTarget.Exec | ||
IVsFindTarget.Find | ||
IVsFindTarget.GetCapabilities | ||
IVsFindTarget.GetCurrentSpan | ||
IVsWindowPane.GetDefaultSize | ||
IVsFindTarget.GetFindState | ||
IVsFindTarget.GetMatchRect | ||
IVsFindTarget.GetProperty | ||
IVsFindTarget.GetSearchImage | ||
IVsWindowPane.LoadViewState | ||
IVsFindTarget.MarkSpan | ||
IVsFindTarget.NavigateTo | ||
IVsFindTarget.NotifyFindTarget | ||
IVsBroadcastMessageEvents.OnBroadcastMessage | ||
IOleCommandTarget.QueryStatus | ||
IVsFindTarget.Replace | ||
IVsWindowPane.SaveViewState | ||
IVsFindTarget.SetFindState | ||
IVsWindowPane.TranslateAccelerator | ||
IVsWindowPane.ClosePane | (Inherited from WindowPane.) | |
IServiceProvider.GetService | (Inherited from WindowPane.) | |
IVsWindowPane.SetSite | (Inherited from WindowPane.) |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace