Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.