ScriptEditorControl.IVsFindTarget.Replace 方法

定義

 virtual int Microsoft.VisualStudio.TextManager.Interop.IVsFindTarget.Replace(System::String ^ pszSearch, System::String ^ pszReplace, System::UInt32 grfOptions, int fResetStartPoint, Microsoft::VisualStudio::TextManager::Interop::IVsFindHelper ^ pHelper, [Runtime::InteropServices::Out] int % replaced) = Microsoft::VisualStudio::TextManager::Interop::IVsFindTarget::Replace;
int IVsFindTarget.Replace (string pszSearch, string pszReplace, uint grfOptions, int fResetStartPoint, Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper pHelper, out int replaced);
Function Replace (pszSearch As String, pszReplace As String, grfOptions As UInteger, fResetStartPoint As Integer, pHelper As IVsFindHelper, ByRef replaced As Integer) As Integer Implements IVsFindTarget.Replace

參數

pszSearch
String
pszReplace
String
grfOptions
UInt32
fResetStartPoint
Int32
pHelper
IVsFindHelper
replaced
Int32

傳回

Int32

實作

適用於