Partager via


IVsCodeWindow.GetEditorCaption, méthode

Retourne la légende d'éditeur à laquelle les éditeurs peuvent ajouter le texte personnalisé.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function GetEditorCaption ( _
    dwReadOnly As READONLYSTATUS, _
    <OutAttribute> ByRef pbstrEditorCaption As String _
) As Integer
int GetEditorCaption(
    READONLYSTATUS dwReadOnly,
    out string pbstrEditorCaption
)
int GetEditorCaption(
    [InAttribute] READONLYSTATUS dwReadOnly, 
    [OutAttribute] String^% pbstrEditorCaption
)
abstract GetEditorCaption : 
        dwReadOnly:READONLYSTATUS * 
        pbstrEditorCaption:string byref -> int
function GetEditorCaption(
    dwReadOnly : READONLYSTATUS, 
    pbstrEditorCaption : String
) : int

Paramètres

  • pbstrEditorCaption
    Type : String%

    [out] pointeur vers BSTR qui contient le texte de légende.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Cette méthode détermine l'état en lecture seule en s'activant avec la mémoire tampon de texte associée.

Signature de COM

De textmgr.idl :

HRESULT IVsCodeWindow::GetEditorCaption(
   [in] READONLYSTATUS dwReadOnly,
   [out] BSTR *pbstrEditorCaption
);

Sécurité .NET Framework

Voir aussi

Référence

IVsCodeWindow Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms