Freigeben über


__VSFINDSTATE-Enumeration

Gibt den Zustand eines Suchvorgangs an.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Enumeration __VSFINDSTATE
public enum __VSFINDSTATE
public enum class __VSFINDSTATE
type __VSFINDSTATE
public enum __VSFINDSTATE

Member

Membername Beschreibung
VSFS_Empty Suche wurde nicht initialisiert.
VSFS_Error Ein Fehler ist aufgetreten.
VSFS_Found Suche wurde initialisiert, und die letzte Aktion wurde gefunden.
VSFS_NotFound Initialisiert und die letzte Aktion wurde nicht gefunden.
VSFS_Start Suche wurde initialisiert, und es wird keine Aktion ausgeführt wurden.
VSFS_Wrapped ungefähr Suche am Anfang umbrochen.

Hinweise

COM-Signatur

Von 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;

Siehe auch

Referenz

Microsoft.VisualStudio.TextManager.Interop-Namespace