Provides notifications to find targets.
Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
声明
Public Enumeration __VSFTNOTIFY
用法
Dim instance As __VSFTNOTIFY
public enum __VSFTNOTIFY
public enum class __VSFTNOTIFY
type __VSFTNOTIFY
public enum __VSFTNOTIFY
Members
| Member name | Description | |
|---|---|---|
| VSFTNOTIFY_CURRENT | This target has become the current target. | |
| VSFTNOTIFY_NOTCURRENT | This target is no longer the current target. | |
| VSFTNOTIFY_STARTFIND | A find/replace operation is about to start. | |
| VSFTNOTIFY_ENDFIND | The find/replace operation is complete. | 
Remarks
COM Signature
From textfind.idl: