IVsToolbox6::RenameTab Method (String^, String^)

 

Renames the specified tab.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void RenameTab(
	String^ szID,
	String^ szName
)

Parameters

szID
Type: System::String^

[in] The identifier of the tab to be renamed.

szName
Type: System::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.

Return to top
Show: