为 __VSFINDRESULT 枚举提供附加成员。
命名空间: Microsoft.VisualStudio.TextManager.Interop
程序集: Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)
语法
声明
Public Enumeration __VSFINDRESULT2
public enum __VSFINDRESULT2
public enum class __VSFINDRESULT2
type __VSFINDRESULT2
public enum __VSFINDRESULT2
成员
成员名称 | 说明 | |
---|---|---|
VSFR_CancelledBeforeReplacementsMade | ,在所有替换完成前,替换操作已取消。 | |
VSFR_ReplaceIncompleteEOL | 用户尝试替换一行的 LF 的仅符与 CR-LF 结束。 |
备注
COM 签名
从 textfind2.idl:
enum __VSFINDRESULT2 {
VSFR_ReplaceIncompleteEOL = 0x10000000,
VSFR_CancelledBeforeReplacementsMade = 0x20000000,
};
typedef DWORD VSFINDRESULT2;