Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides notifications to find targets.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration __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: