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 | |
---|---|---|
DocData | Provides access to the document data associated with the Visual Studio Window. |
Top
Methods
Name | Description | |
---|---|---|
ClosePane | (Inherited from IVsWindowPane.) | |
CreatePaneWindow | (Inherited from IVsWindowPane.) | |
GetDefaultSize | (Inherited from IVsWindowPane.) | |
GetFrameCaption | Gets the frame caption for the specified file name. | |
LoadViewState | (Inherited from IVsWindowPane.) | |
SaveViewState | (Inherited from IVsWindowPane.) | |
SetSite | (Inherited from IVsWindowPane.) | |
TranslateAccelerator | (Inherited from IVsWindowPane.) |
Top
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace