Condividi tramite


Metodo VsCodeWindowClass.SetBaseEditorCaption

Aggiunge il testo personalizzato alla barra del titolo dell'editor.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Public Overridable Function SetBaseEditorCaption ( _
    pszBaseEditorCaption As String() _
) As Integer
public virtual int SetBaseEditorCaption(
    string[] pszBaseEditorCaption
)
public:
virtual int SetBaseEditorCaption(
    [InAttribute] array<String^>^ pszBaseEditorCaption
)
abstract SetBaseEditorCaption : 
        pszBaseEditorCaption:string[] -> int  
override SetBaseEditorCaption : 
        pszBaseEditorCaption:string[] -> int
public function SetBaseEditorCaption(
    pszBaseEditorCaption : String[]
) : int

Parametri

  • pszBaseEditorCaption
    Tipo: array<String[]

    [in] Puntatore alla stringa di base della barra del titolo dell'editor.

Valore restituito

Tipo: Int32

Implementa

IVsCodeWindow.SetBaseEditorCaption(array<String[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsCodeWindowClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop