Condividi tramite


Metodo IVsCodeWindow.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
Function SetBaseEditorCaption ( _
    pszBaseEditorCaption As String() _
) As Integer
int SetBaseEditorCaption(
    string[] pszBaseEditorCaption
)
int SetBaseEditorCaption(
    [InAttribute] array<String^>^ pszBaseEditorCaption
)
abstract SetBaseEditorCaption : 
        pszBaseEditorCaption:string[] -> int
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
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsCodeWindow::SetBaseEditorCaption(
   [in] LPCOLESTR *pszBaseEditorCaption
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsCodeWindow Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop