__VSFINDOPTIONS2 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional members for __VSFINDOPTIONS.
public enum class __VSFINDOPTIONS2
public enum class __VSFINDOPTIONS2
enum __VSFINDOPTIONS2
public enum __VSFINDOPTIONS2
type __VSFINDOPTIONS2 =
Public Enum __VSFINDOPTIONS2
- Inheritance
-
__VSFINDOPTIONS2
Fields
Name | Value | Description |
---|---|---|
FR_RegExprLineBreaks | 16384 | Match line breaks by using regular expressions. |
FR_BlockThread | 536870912 | Blocks the thread during a search. |
FR_DoNotUpdateUI | 1073741824 | Do not update visual user interface elements. |
Remarks
COM Signature
From textfind2.idl:
enum __VSFINDOPTIONS2 {
// FR_SyntaxMask = 0x00003000,
FR_RegExprLineBreaks = 0x00004000,
// FR_InternalMask = 0x7F000000,
FR_BlockThread = 0x20000000,
};
typedef DWORD VSFINDOPTIONS2;