VSOBSEARCHTYPE 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.
Specifies the part of a name that a string represents.
public enum class VSOBSEARCHTYPE
public enum class VSOBSEARCHTYPE
enum VSOBSEARCHTYPE
public enum VSOBSEARCHTYPE
type VSOBSEARCHTYPE =
Public Enum VSOBSEARCHTYPE
- Inheritance
-
VSOBSEARCHTYPE
Fields
SO_ENTIREWORD | 1 | Search for entire word. |
SO_PRESTRING | 3 | Search for a word starting with a string. |
SO_SUBSTRING | 2 | Search for a word containing a string. |
Remarks
COM Signature
From vsshell.idl: