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
pBuffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in] pointeur à la mémoire tampon d'IVsTextLines.
pMarker
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker[in] pointeur à l'interface d'IVsTextMarker pour la marque.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.