Share via


IVsAssemblyReferenceProviderContext.SetTabTitle Method

Sets 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
Sub SetTabTitle ( _
    etabId As UInteger, _
    szTabTitle As String _
)
void SetTabTitle(
    uint etabId,
    string szTabTitle
)
void SetTabTitle(
    [InAttribute] unsigned int etabId, 
    [InAttribute] String^ szTabTitle
)
abstract SetTabTitle : 
        etabId:uint32 * 
        szTabTitle:string -> unit
function SetTabTitle(
    etabId : uint, 
    szTabTitle : String
)

Parameters

  • etabId
    Type: System.UInt32

    [in] The set of tabs in which to set the tab title.

.NET Framework Security

See Also

Reference

IVsAssemblyReferenceProviderContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace