Compartir a través de


IVsCodeWindow.SetBaseEditorCaption (Método)

Anexarle texto personalizado al leyenda del editor

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

  • pszBaseEditorCaption
    Tipo: array<String[]

    [in] Puntero a la cadena base de la leyenda del editor.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsCodeWindow Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)