Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renames the specified tab.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub RenameTab ( _
szID As String, _
szName As String _
)
void RenameTab(
string szID,
string szName
)
void RenameTab(
[InAttribute] String^ szID,
[InAttribute] String^ szName
)
abstract RenameTab :
szID:string *
szName:string -> unit
function RenameTab(
szID : String,
szName : String
)
Parameters
szID
Type: String[in] The identifier of the tab to be renamed.
szName
Type: String[in] The new name for the tab. This parameter can be a literal string or a resource identifier. See ParseResourceID for supported resource identifier formats.
.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.