IVsPlatformReferenceProviderContext2.GetTabTitle(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.