VsFinderClass::SetPosition Method (UInt32, TextAddress)
Visual Studio 2015
Sets search position.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- fp
-
Type:
System::UInt32
[in] Search position. Values re 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.
Show: