__VSFINDERROR-Enumeration
Gibt Fehler im Suchvorgang an.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration __VSFINDERROR
public enum __VSFINDERROR
public enum class __VSFINDERROR
type __VSFINDERROR
public enum __VSFINDERROR
Member
Membername | Beschreibung | |
---|---|---|
VSFE_Failure | Ein Fehler ist aufgetreten. | |
VSFE_NoError | Kein Fehler aufgetreten. | |
VSFE_NotInitialized | Suche wurde nicht initialisiert. | |
VSFE_NotSupported | Optionen werden nicht unterstützt. | |
VSFE_Syntax | Es gab einen Syntaxfehler im Ausdruck |
Hinweise
COM-Signatur
Von textfind.idl:
enum __VSFINDERROR {
VSFE_Syntax = -4,
VSFE_NotSupported = -3,
VSFE_NotInitialized = -2,
VSFE_Failure = -1,
VSFE_NoError = 0
};
typedef DWORD VSFINDERROR;