IVsAssemblyReferenceProviderContext::SetTabTitle Method (UInt32, String^)

 

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)

void SetTabTitle(
	unsigned int etabId,
	String^ szTabTitle
)

Parameters

etabId
Type: System::UInt32

[in] The set of tabs in which to set the tab title.

szTabTitle
Type: System::String^

[in] The text of the tab title.

Return to top
Show: