IVsPlatformReferenceProviderContext::GetTabTitle Method (UInt32)

 

Retrieves 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)

String^ GetTabTitle(
	unsigned int etabId
)

Parameters

etabId
Type: System::UInt32

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

Return Value

Type: System::String^

The tab title.

Return to top
Show: