IVsPlatformReferenceProviderContext.GetTabTitle Method

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)

Syntax

'Declaration
Function GetTabTitle ( _
    etabId As UInteger _
) As String
string GetTabTitle(
    uint etabId
)
String^ GetTabTitle(
    [InAttribute] unsigned int etabId
)
abstract GetTabTitle : 
        etabId:uint32 -> string
function GetTabTitle(
    etabId : uint
) : String

Parameters

  • etabId
    Type: UInt32

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

Return Value

Type: String
The tab title.

.NET Framework Security

See Also

Reference

IVsPlatformReferenceProviderContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace