Share via


__VSFINDSTATE, énumération

Spécifie l'état d'une opération de recherche.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Public Enumeration __VSFINDSTATE
public enum __VSFINDSTATE
public enum class __VSFINDSTATE
type __VSFINDSTATE
public enum __VSFINDSTATE

Membres

Nom de membre Description
VSFS_Empty La recherche n'a pas été initialisée.
VSFS_Error Une erreur s'est produite.
VSFS_Found La recherche a été initialisée et la dernière action a été recherchée.
VSFS_NotFound Initialisé et la dernière action était introuvable.
VSFS_Start La recherche a été initialisée, et aucune mesure n'a été prise.
VSFS_Wrapped Recherche encapsulée qu'au début.

Notes

Signature de COM

De textfind.idl :

enum __VSFINDSTATE {
   VSFS_Error    = 0x10000000,
   VSFS_Empty    = 0x00000000,
   VSFS_Start    = 0x00000001,
   VSFS_Found    = 0x00000002, 
   VSFS_NotFound = 0x00000003,
   VSFS_Wrapped  = 0x00010000
};
typedef DWORD VSFINDSTATE;

Voir aussi

Référence

Microsoft.VisualStudio.TextManager.Interop, espace de noms