VSOBSEARCHTYPE 枚举

指定字符串表示名称的组成部分。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Public Enumeration VSOBSEARCHTYPE
public enum VSOBSEARCHTYPE

成员

成员名称 说明
SO_ENTIREWORD 搜索整个运行。
SO_SUBSTRING 搜索包含字符串的单词。
SO_PRESTRING 搜索以字符串的单词。

备注

COM 签名

从 vsshell.idl:

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间