LanguagePreferences.OnReplaceAllInFilesEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the Replace All In Files operation has ended.
public:
virtual int OnReplaceAllInFilesEnd();
public:
virtual int OnReplaceAllInFilesEnd();
virtual int OnReplaceAllInFilesEnd();
public virtual int OnReplaceAllInFilesEnd ();
abstract member OnReplaceAllInFilesEnd : unit -> int
override this.OnReplaceAllInFilesEnd : unit -> int
Public Overridable Function OnReplaceAllInFilesEnd () As Integer
Returns
S_OK if the method succeeded, otherwise an error code.
Implements
Remarks
This is an implementation of OnReplaceAllInFilesEnd. By default it does nothing and returns <xref:Microsoft.VisualStudio.NativeMethods.S_OK>.