IVsTextManagerEvents3.OnReplaceAllInFilesEnd, méthode
Fires when a “Replace All in Files” operation ends.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.11.0 (dans Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
Syntaxe
'Déclaration
Function OnReplaceAllInFilesEnd As Integer
int OnReplaceAllInFilesEnd()
int OnReplaceAllInFilesEnd()
abstract OnReplaceAllInFilesEnd : unit -> int
function OnReplaceAllInFilesEnd() : int
Valeur de retour
Type : Int32
Returns S_OK if the method is successful.
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.