Partilhar via


Método VsCodeWindowClass.SetBaseEditorCaption

Anexa o texto personalizado para a legenda do editor.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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

Parâmetros

  • pszBaseEditorCaption
    Tipo: array<String[]

    [in] Ponteiro para a seqüência de caracteres de legenda de base do editor.

Valor de retorno

Tipo: Int32

Implementações

IVsCodeWindow.SetBaseEditorCaption(array<String[])

Segurança do .NET Framework

Consulte também

Referência

VsCodeWindowClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop