__vsSearchFlags Enum
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.
Search terms used specify search parameters.
public enum class __vsSearchFlags
C++/CX
public enum class __vsSearchFlags
enum __vsSearchFlags
public enum __vsSearchFlags
type __vsSearchFlags =
Public Enum __vsSearchFlags
- Inheritance
-
__vsSearchFlags
Name | Value | Description |
---|---|---|
vsSearchFlagsNone | 0 | Value = 0x00000000. |
vsSearchFlagsExecuteSearch | 1 | Value = 0x00000001. |
vsSearchFlagsAddToExistingQueryString | 2 | Value = 0x00000002. |
vsSearchFlagsFilterTransformSpecified | 4 | Value = 0x00000004. |
__vsSearchFlags
is used by SearchEx.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |