__VSFINDHOW Enum

Definition

Specifies how to find a match.

C++/CX
public enum class __VSFINDHOW
Inheritance
__VSFINDHOW

Fields

Name Value Description
VSFH_Ambient 0

Use ambient/default options.

VSFH_Wrap 1

Wrap around image boundary.

VSFH_TryMatch 268435456

Search for match at span: don't change state (current match span, tags).

VSFH_SetMatch 536870912

Search for match at span: set match span and tags.

Remarks

COM Signature

From textfind.idl:

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

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022