IDocWindowPane Interface

Defines a file-based Visual Studio window pane.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Interface IDocWindowPane _
    Inherits IVsWindowPane
'Usage
Dim instance As IDocWindowPane
public interface IDocWindowPane : IVsWindowPane
public interface class IDocWindowPane : IVsWindowPane
type IDocWindowPane =  
    interface 
        interface IVsWindowPane 
    end
public interface IDocWindowPane extends IVsWindowPane

The IDocWindowPane type exposes the following members.

Properties

  Name Description
Public property DocData Provides access to the document data associated with the Visual Studio Window.

Top

Methods

  Name Description
Public method ClosePane (Inherited from IVsWindowPane.)
Public method CreatePaneWindow (Inherited from IVsWindowPane.)
Public method GetDefaultSize (Inherited from IVsWindowPane.)
Public method GetFrameCaption Gets the frame caption for the specified file name.
Public method LoadViewState (Inherited from IVsWindowPane.)
Public method SaveViewState (Inherited from IVsWindowPane.)
Public method SetSite (Inherited from IVsWindowPane.)
Public method TranslateAccelerator (Inherited from IVsWindowPane.)

Top

See Also

Reference

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace