__VSFTNOTIFY Enumeration
Visual Studio 2015
Provides notifications to find targets.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSFTNOTIFY_CURRENT | This target has become the current target. | |
| VSFTNOTIFY_ENDFIND | The find/replace operation is complete. | |
| VSFTNOTIFY_NOTCURRENT | This target is no longer the current target. | |
| VSFTNOTIFY_STARTFIND | A find/replace operation is about to start. |
From textfind.idl:
Show: