DataToolsOperationsToolWindow Class

Inheritance Hierarchy

System..::..Object
  WindowPane
    ToolWindowPane
      Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations..::..DataToolsOperationsToolWindow

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

Syntax

'Declaration
<GuidAttribute("007A3A6B-B5B2-454D-A2BD-CF929F989BE2")> _
Public NotInheritable Class DataToolsOperationsToolWindow _
    Inherits ToolWindowPane _
    Implements IOleCommandTarget
'Usage
Dim instance As DataToolsOperationsToolWindow
[GuidAttribute("007A3A6B-B5B2-454D-A2BD-CF929F989BE2")]
public sealed class DataToolsOperationsToolWindow : ToolWindowPane, 
    IOleCommandTarget
[GuidAttribute(L"007A3A6B-B5B2-454D-A2BD-CF929F989BE2")]
public ref class DataToolsOperationsToolWindow sealed : public ToolWindowPane, 
    IOleCommandTarget
[<SealedAttribute>]
[<GuidAttribute("007A3A6B-B5B2-454D-A2BD-CF929F989BE2")>]
type DataToolsOperationsToolWindow =  
    class
        inherit ToolWindowPane
        interface IOleCommandTarget
    end
public final class DataToolsOperationsToolWindow extends ToolWindowPane implements IOleCommandTarget

The DataToolsOperationsToolWindow type exposes the following members.

Constructors

  Name Description
Public method DataToolsOperationsToolWindow Initializes a new instance of the DataToolsOperationsToolWindow class.

Top

Properties

  Name Description
Public property BitmapIndex (Inherited from ToolWindowPane.)
Public property BitmapResourceID (Inherited from ToolWindowPane.)
Public property Caption (Inherited from ToolWindowPane.)
Public property Content (Inherited from WindowPane.)
Public property Frame (Inherited from ToolWindowPane.)
Protected property InitializationMode (Inherited from WindowPane.)
Public property Package (Inherited from ToolWindowPane.)
Public property ToolBar (Inherited from ToolWindowPane.)
Public property ToolBarDropTarget (Inherited from ToolWindowPane.)
Public property ToolBarLocation (Inherited from ToolWindowPane.)
Public property ToolClsid (Inherited from ToolWindowPane.)
Public property Window (Inherited from WindowPane.)

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.)
Public method GetIVsWindowPane (Inherited from ToolWindowPane.)
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.)
Protected method OnCreate (Inherited from WindowPane.)
Public method OnToolBarAdded (Inherited from ToolWindowPane.)
Public method OnToolWindowCreated (Inherited from ToolWindowPane.)
Protected method PreProcessMessage (Inherited from WindowPane.)
Public methodStatic member RegisterAutoShowHandler Registers the handler for auto-showing the tool window when needed. Safe to call multiple times.
Public method SaveUIState (Inherited from WindowPane.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IOleCommandTargetExec Helper method to execute command
Explicit interface implemetationPrivate method IOleCommandTargetQueryStatus Helper method for query status of command
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.DataToolsOperations Namespace