__VSFTNOTIFY Enumeration
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: