LanguagePreferences.OnReplaceAllInFilesBegin Method

Definition

Called when the Replace All in Files operation has begun.

public:
 virtual int OnReplaceAllInFilesBegin();
public:
 virtual int OnReplaceAllInFilesBegin();
 virtual int OnReplaceAllInFilesBegin();
public virtual int OnReplaceAllInFilesBegin ();
abstract member OnReplaceAllInFilesBegin : unit -> int
override this.OnReplaceAllInFilesBegin : unit -> int
Public Overridable Function OnReplaceAllInFilesBegin () As Integer

Returns

S_OK if the method succeeded, otherwise an error code.

Implements

Remarks

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

Applies to