Partager via


IVsTextMarkerClientEx.MarkerInvalidated, méthode

Appelé lorsque le texte associé avec une marque est supprimé par une action utilisateur.

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

Syntaxe

'Déclaration
Function MarkerInvalidated ( _
    pBuffer As IVsTextLines, _
    pMarker As IVsTextMarker _
) As Integer
int MarkerInvalidated(
    IVsTextLines pBuffer,
    IVsTextMarker pMarker
)
int MarkerInvalidated(
    IVsTextLines^ pBuffer, 
    IVsTextMarker^ pMarker
)
abstract MarkerInvalidated : 
        pBuffer:IVsTextLines * 
        pMarker:IVsTextMarker -> int
function MarkerInvalidated(
    pBuffer : IVsTextLines, 
    pMarker : IVsTextMarker
) : int

Paramètres

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

Signature de COM

De textmgr.idl :

void IVsTextMarkerClientEx::MarkerInvalidated(
   [in] IVsTextLines *pBuffer,
   [in] IVsTextMarker *pMarker
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextMarkerClientEx Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms