IVsSplitter Interface
Represents the split pane.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Dichiarazione
<GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSplitter _
Inherits IVsSplitPane
[GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")]
[InterfaceTypeAttribute()]
public interface IVsSplitter : IVsSplitPane
[GuidAttribute(L"66280096-A495-48E9-8AF4-E758FDE1FCDC")]
[InterfaceTypeAttribute()]
public interface class IVsSplitter : IVsSplitPane
[<GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")>]
[<InterfaceTypeAttribute()>]
type IVsSplitter =
interface
interface IVsSplitPane
end
public interface IVsSplitter extends IVsSplitPane
The IVsSplitter type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClosePane() | Closes the pane. (Inherited from IVsSplitPane.) | |
ClosePane() | Closes this pane. | |
DetachPane() | Detaches the pane from its parent splitter, without closing. (Inherited from IVsSplitPane.) | |
DetachPane() | Detaches this pane from its parent splitter, without closing. | |
GetPane | Returns the indicated pane. | |
GetPaneFlags(UInt32%) | Returns the pane flags. (Inherited from IVsSplitPane.) | |
GetPaneFlags(UInt32%) | Returns the pane flags. | |
GetParentSplitter(IVsSplitter%) | Gets the parent splitter. (Inherited from IVsSplitPane.) | |
GetParentSplitter(IVsSplitter%) | Gets the parent splitter. | |
GetParentWindow(IntPtr%) | Returns the parent window of the pane. (Inherited from IVsSplitPane.) | |
GetParentWindow(IntPtr%) | Get the parent window of this pane. | |
GetPosition(Int32%, Int32%, Int32%, Int32%) | Gets the position of the pane. (Inherited from IVsSplitPane.) | |
GetPosition(Int32%, Int32%, Int32%, Int32%) | Gets the position of the splitter relative to its parent. | |
GetSizeExtents(Int32%, Int32%, Int32%, Int32%) | Returns minimum and maximum size values for this pane. (Inherited from IVsSplitPane.) | |
GetSizeExtents(Int32%, Int32%, Int32%, Int32%) | Returns the minimums and maximums for this pane (E_NOTIMPL is allowed; 0 and full screen are defaults). | |
HandleMessage | Handles mouse-oriented message. | |
IsPanePrimary | Determines if the pane is the primary pane. | |
NotifyPane(SPLITNOTIFYCODE) | Sends notification of splitter adjustment. (Inherited from IVsSplitPane.) | |
NotifyPane(SPLITNOTIFYCODE) | Notifies of splitter adjustment. | |
NotifySplitter | Called by child panes when they get focus, close, or other events. | |
SetFocus() | Set focus on this pane. (Inherited from IVsSplitPane.) | |
SetFocus() | Sets focus on this pane | |
SetParentSplitter(IVsSplitter) | Sets the parent splitter for this pane. (Inherited from IVsSplitPane.) | |
SetParentSplitter(IVsSplitter) | Sets/Gets the parent splitter for this pane. | |
SetPosition(Int32, Int32, Int32, Int32) | Sets the position relative to the parent window. (Inherited from IVsSplitPane.) | |
SetPosition(Int32, Int32, Int32, Int32) | Sets the position relative to the parent window.. | |
SplitPane | Splits the indicated pane of this splitter. |
Top