IVsPlatformReferenceProviderContext.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: UInt32

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

  • szTabTitle
    Type: String

    [in] The text of the tab title.

.NET Framework Security

See Also

Reference

IVsPlatformReferenceProviderContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace