IVsAssemblyReferenceProviderContext.GetTabTitle(UInt32) Method

Definition

Retrieves the tab title for each tab.

public:
 System::String ^ GetTabTitle(System::UInt32 etabId);
public:
 Platform::String ^ GetTabTitle(unsigned int etabId);
std::wstring GetTabTitle(unsigned int etabId);
public string GetTabTitle (uint etabId);
abstract member GetTabTitle : uint32 -> string
Public Function GetTabTitle (etabId As UInteger) As String

Parameters

etabId
UInt32

[in] The set of tabs from which to get each tab title.

Returns

The tab title.

Applies to