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