LanguagePreferences.OnReplaceAllInFilesEnd Method

Definition

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>.

Applies to