__VSFINDRESULTLOC 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.
These values denote the window in which the results of a bulk find operation appear.
public enum class __VSFINDRESULTLOC
public enum class __VSFINDRESULTLOC
enum __VSFINDRESULTLOC
public enum __VSFINDRESULTLOC
type __VSFINDRESULTLOC =
Public Enum __VSFINDRESULTLOC
- Inheritance
-
__VSFINDRESULTLOC
Fields
Name | Value | Description |
---|---|---|
FINDREPLACE_RESULTLOC_ResultsList1 | 1 | Deprecated. Do not use. |
VSFRL_FindResultList1 | 1 | Results go in Find Results 1. |
FINDREPLACE_RESULTLOC_ResultsList2 | 2 | Deprecated. Do not use. |
VSFRL_FindResultList2 | 2 | Results go in Find Results 2. |
Remarks
COM Signature
From textfind.idl:
enum __VSFINDRESULTLOC {
VSFRL_FindResultList1 = 1,
VSFRL_FindResultList2 = 2,
// deprecated compatability names
FINDREPLACE_RESULTLOC_ResultsList1 = 1,
FINDREPLACE_RESULTLOC_ResultsList2 = 2
};
typedef DWORD VSFINDRESULTLOC;