__VSFTNOTIFY Enum
Definition
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
public enum class __VSFTNOTIFY
enum __VSFTNOTIFY
public enum __VSFTNOTIFY
type __VSFTNOTIFY =
Public Enum __VSFTNOTIFY
- Inheritance
-
__VSFTNOTIFY
Fields
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. |
Remarks
COM Signature
From textfind.idl: