IVsFindManager::CurrentTarget Method (IVsFindTarget^)
Visual Studio 2015
Gets the current find target, if it is available, by looking through different forms and documents.
Assembly: Microsoft.VisualStudio.TextManager.Interop.10.0 (in Microsoft.VisualStudio.TextManager.Interop.10.0.dll)
Parameters
- ppTarget
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsFindTarget^
[out] The find target.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: