Compartir a través de


VsCodeWindowClass.GetEditorCaption (Método)

Devuelve la leyenda del editor a que los editores pueden anexar texto personalizado.

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

Sintaxis

'Declaración
Public Overridable Function GetEditorCaption ( _
    dwReadOnly As READONLYSTATUS, _
    <OutAttribute> ByRef pbstrEditorCaption As String _
) As Integer
public virtual int GetEditorCaption(
    READONLYSTATUS dwReadOnly,
    out string pbstrEditorCaption
)
public:
virtual int GetEditorCaption(
    [InAttribute] READONLYSTATUS dwReadOnly, 
    [OutAttribute] String^% pbstrEditorCaption
)
abstract GetEditorCaption : 
        dwReadOnly:READONLYSTATUS * 
        pbstrEditorCaption:string byref -> int  
override GetEditorCaption : 
        dwReadOnly:READONLYSTATUS * 
        pbstrEditorCaption:string byref -> int
public function GetEditorCaption(
    dwReadOnly : READONLYSTATUS, 
    pbstrEditorCaption : String
) : int

Parámetros

  • pbstrEditorCaption
    Tipo: String%

    [out] Puntero a un valor BSTR que contiene el texto de la leyenda.

Valor devuelto

Tipo: Int32

Implementaciones

IVsCodeWindow.GetEditorCaption(READONLYSTATUS, String%)

Seguridad de .NET Framework

Vea también

Referencia

VsCodeWindowClass Clase

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