vsFindResultsLocation 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.
Determines the location where the Find Results list displays.
public enum class vsFindResultsLocation
public enum class vsFindResultsLocation
enum vsFindResultsLocation
[System.Runtime.InteropServices.Guid("EA9142BF-B2AF-48A7-B256-93CCD3350BD8")]
public enum vsFindResultsLocation
[<System.Runtime.InteropServices.Guid("EA9142BF-B2AF-48A7-B256-93CCD3350BD8")>]
type vsFindResultsLocation =
Public Enum vsFindResultsLocation
- Inheritance
-
vsFindResultsLocation
- Attributes
Fields
vsFindResults1 | 1 | Find Results list number one. (Default) |
vsFindResults2 | 2 | Find Results list number two. |
vsFindResultsNone | 0 | Results are not displayed. |