__VSFINDHOW, énumération

Spécifie comment rechercher une correspondance.

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

Syntaxe

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

Membres

Nom de membre Description
VSFH_Ambient Utilisation ambiante/options par défaut.
VSFH_SetMatch Recherche de la correspondance à l'étendue : étendue définie et balises de correspondance.
VSFH_TryMatch Recherche de la correspondance à l'étendue : ne modifiez pas l'état (étendue actuelle, balises de correspondance).
VSFH_Wrap Enrouler autour de la limite d'image.

Notes

Signature de COM

De textfind.idl :

enum __VSFINDHOW {
   VSFH_Ambient  = 0x00000000,
   VSFH_Wrap     = 0x00000001,
   VSFH_TryMatch = 0x10000000,
   VSFH_SetMatch = 0x20000000
};
typedef DWORD VSFINDHOW;

Voir aussi

Référence

Microsoft.VisualStudio.TextManager.Interop, espace de noms