VSOBSEARCHTYPE 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.
Specifies the part of a name that a string represents.
public enum class VSOBSEARCHTYPE
C++/CX
public enum class VSOBSEARCHTYPE
enum VSOBSEARCHTYPE
public enum VSOBSEARCHTYPE
type VSOBSEARCHTYPE =
Public Enum VSOBSEARCHTYPE
- Inheritance
-
VSOBSEARCHTYPE
Name | Value | Description |
---|---|---|
SO_ENTIREWORD | 1 | Search for entire word. |
SO_SUBSTRING | 2 | Search for a word containing a string. |
SO_PRESTRING | 3 | Search for a word starting with a string. |
From vsshell.idl:
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |