Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the part of a name that a string represents.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSOBSEARCHTYPE
public enum VSOBSEARCHTYPE
public enum class VSOBSEARCHTYPE
type VSOBSEARCHTYPE
public enum VSOBSEARCHTYPE
Members
| Member name | Description | |
|---|---|---|
| SO_ENTIREWORD | Search for entire word. | |
| SO_PRESTRING | Search for a word starting with a string. | |
| SO_SUBSTRING | Search for a word containing a string. |
Remarks
COM Signature
From vsshell.idl: