LanguagePreferences.OnReplaceAllInFilesEnd 方法

定义

当 "在文件中替换全部" 操作结束时调用。

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

返回

Int32

S_OK 如果方法成功,则为; 否则为错误代码。

实现

注解

这是的实现 OnReplaceAllInFilesEnd 。 默认情况下,它不执行任何操作,并返回 <xref:Microsoft.VisualStudio.NativeMethods.S_OK>

适用于