__VSFTNOTIFY Enumeration

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_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.

Remarks

COM Signature

From textfind.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace