Share via


__VSFINDERROR, énumération

Spécifie des erreurs dans pour l'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 __VSFINDERROR
public enum __VSFINDERROR
public enum class __VSFINDERROR
type __VSFINDERROR
public enum __VSFINDERROR

Membres

Nom de membre Description
VSFE_Failure Une erreur s'est produite.
VSFE_NoError Aucune erreur produite.
VSFE_NotInitialized La recherche n'a pas été initialisée.
VSFE_NotSupported Des options n'ont pas été prises en charge.
VSFE_Syntax Il y avait une erreur de syntaxe dans l'expression

Notes

Signature de COM

De textfind.idl :

enum __VSFINDERROR {
   VSFE_Syntax         = -4,
   VSFE_NotSupported   = -3,
   VSFE_NotInitialized = -2,
   VSFE_Failure        = -1,
   VSFE_NoError        =  0
};
typedef DWORD VSFINDERROR;

Voir aussi

Référence

Microsoft.VisualStudio.TextManager.Interop, espace de noms