__VSFINDRESULT2 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 the __VSFINDRESULT enumeration.
public enum class __VSFINDRESULT2
public enum class __VSFINDRESULT2
enum __VSFINDRESULT2
public enum __VSFINDRESULT2
type __VSFINDRESULT2 =
Public Enum __VSFINDRESULT2
- Inheritance
-
__VSFINDRESULT2
Fields
VSFR_CancelledBeforeReplacementsMade | 536870912 | The replace operation was cancelled before any replacement were made. |
VSFR_ReplaceIncompleteEOL | 268435456 | The user tried to replace only the CR of the LF of a line with a CR-LF ending. |
Remarks
COM Signature
From textfind2.idl:
enum __VSFINDRESULT2 {
VSFR_ReplaceIncompleteEOL = 0x10000000,
VSFR_CancelledBeforeReplacementsMade = 0x20000000,
};
typedef DWORD VSFINDRESULT2;