Condividi tramite


Metodo VsCodeWindowClass.GetEditorCaption

Restituisce la barra del titolo dell'editor in cui gli editor possono aggiungere testo personalizzato.

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

Sintassi

'Dichiarazione
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

Parametri

  • pbstrEditorCaption
    Tipo: String%

    [out] Puntatore a un BSTR che contiene il testo della didascalia.

Valore restituito

Tipo: Int32

Implementa

IVsCodeWindow.GetEditorCaption(READONLYSTATUS, String%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsCodeWindowClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop