__VSFTNOTIFY Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides notifications to find targets.
public enum class __VSFTNOTIFY
C++/CX
public enum class __VSFTNOTIFY
enum __VSFTNOTIFY
public enum __VSFTNOTIFY
type __VSFTNOTIFY =
Public Enum __VSFTNOTIFY
- Inheritance
-
__VSFTNOTIFY
Name | Value | Description |
---|---|---|
VSFTNOTIFY_CURRENT | 0 | This target has become the current target. |
VSFTNOTIFY_NOTCURRENT | 1 | This target is no longer the current target. |
VSFTNOTIFY_STARTFIND | 2 | A find/replace operation is about to start. |
VSFTNOTIFY_ENDFIND | 3 | The find/replace operation is complete. |
From textfind.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |