LanguagePreferences::OnReplaceAllInFilesEnd Method ()

 

Called when the Replace All In Files operation has ended.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int OnReplaceAllInFilesEnd()

Return Value

Type: System::Int32

S_OK if the method succeeded, otherwise an error code.

This is an implementation of OnReplaceAllInFilesEnd. By default it does nothing and returns F:Microsoft.VisualStudio.NativeMethods.S_OK.

Return to top
Show: