IVsTextManagerEvents3.OnReplaceAllInFilesBegin 方法

Fires when a “Replace All in Files” operation begins.

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.11.0(在 Microsoft.VisualStudio.TextManager.Interop.11.0.dll 中)

语法

声明
Function OnReplaceAllInFilesBegin As Integer
int OnReplaceAllInFilesBegin()
int OnReplaceAllInFilesBegin()
abstract OnReplaceAllInFilesBegin : unit -> int
function OnReplaceAllInFilesBegin() : int

返回值

类型:Int32
Returns S_OK if the method is successful.

.NET Framework 安全性

请参阅

参考

IVsTextManagerEvents3 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间