IVsToolbox6.MoveTab Method
Moves the specified tab before the tab whose identifier is specified by szInsertionPoint.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub MoveTab ( _
szID As String, _
szInsertionPoint As String _
)
void MoveTab(
string szID,
string szInsertionPoint
)
void MoveTab(
[InAttribute] String^ szID,
[InAttribute] String^ szInsertionPoint
)
abstract MoveTab :
szID:string *
szInsertionPoint:string -> unit
function MoveTab(
szID : String,
szInsertionPoint : String
)
Parameters
szID
Type: String[in] The identifier of the tab to be moved.
szInsertionPoint
Type: String[in] The insertion point to move the tab. To move the tab to the end of the toolbox, pass in null for this parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.