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.
Sets the tab title for each tab.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub SetTabTitle ( _
etabId As UInteger, _
szTabTitle As String _
)
void SetTabTitle(
uint etabId,
string szTabTitle
)
void SetTabTitle(
[InAttribute] unsigned int etabId,
[InAttribute] String^ szTabTitle
)
abstract SetTabTitle :
etabId:uint32 *
szTabTitle:string -> unit
function SetTabTitle(
etabId : uint,
szTabTitle : String
)
Parameters
etabId
Type: UInt32[in] The set of tabs in which to set the tab title.
szTabTitle
Type: String[in] The text of the tab title.
.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.