LanguagePreferences::OnReplaceAllInFilesBegin Method ()

 

Called when the Replace All in Files operation has begun.

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

public:
virtual int OnReplaceAllInFilesBegin()

Return Value

Type: System::Int32

S_OK if the method succeeded, otherwise an error code.

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

Return to top
Show: