ScriptEditorControl.IVsFindTarget.Replace メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsFindTarget.Replace : string * string * uint32 * int * Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper * int -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsFindTarget.Replace : string * string * uint32 * int * Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper * int -> int
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