IVsAssemblyReferenceProviderContext.SetTabTitle(UInt32, String) Method

Definition

Sets the tab title for each tab.

public:
 void SetTabTitle(System::UInt32 etabId, System::String ^ szTabTitle);
public:
 void SetTabTitle(unsigned int etabId, Platform::String ^ szTabTitle);
void SetTabTitle(unsigned int etabId, std::wstring const & szTabTitle);
public void SetTabTitle (uint etabId, string szTabTitle);
abstract member SetTabTitle : uint32 * string -> unit
Public Sub SetTabTitle (etabId As UInteger, szTabTitle As String)

Parameters

etabId
UInt32

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

szTabTitle
String

[in] The text of the tab title.

Applies to