ScriptEditorControl.IVsFindTarget.Find 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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);
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