IVsFinder::SetPosition Method (UInt32, TextAddress)
Visual Studio 2015
Sets search positions
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- fp
-
Type:
System::UInt32
[in] Search position. Values are taken from the __VSFINDPOS enum.
- ta
-
Type:
Microsoft.VisualStudio.TextManager.Interop::TextAddress
[in] The text address.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textfind.idl:
HRESULT IVsFinder::SetPosition( [in] VSFINDPOS fp, [in] TextAddress ta );
Show: