ScriptEditorControl.IVsFindTarget.Find Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
virtual int Microsoft.VisualStudio.TextManager.Interop.IVsFindTarget.Find(System::String ^ pszSearch, System::UInt32 grfOptions, int fResetStartPoint, Microsoft::VisualStudio::TextManager::Interop::IVsFindHelper ^ pHelper, [Runtime::InteropServices::Out] System::UInt32 % result) = Microsoft::VisualStudio::TextManager::Interop::IVsFindTarget::Find;
int IVsFindTarget.Find (string pszSearch, uint grfOptions, int fResetStartPoint, Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper pHelper, out uint result);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsFindTarget.Find : string * uint32 * int * Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper * uint32 -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsFindTarget.Find : string * uint32 * int * Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper * uint32 -> int
Function Find (pszSearch As String, grfOptions As UInteger, fResetStartPoint As Integer, pHelper As IVsFindHelper, ByRef result As UInteger) As Integer Implements IVsFindTarget.Find
Параметры
- pszSearch
- String
- grfOptions
- UInt32
- fResetStartPoint
- Int32
- pHelper
- IVsFindHelper
- result
- UInt32