DsTextSearchOptions 枚举

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

仅由 Microsoft 内部使用。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
<GuidAttribute("BDBE10AA-74D3-498A-A464-8074CD5E99CB")> _
Public Enumeration DsTextSearchOptions
[GuidAttribute("BDBE10AA-74D3-498A-A464-8074CD5E99CB")]
public enum DsTextSearchOptions
[GuidAttribute(L"BDBE10AA-74D3-498A-A464-8074CD5E99CB")]
public enum class DsTextSearchOptions
[<GuidAttribute("BDBE10AA-74D3-498A-A464-8074CD5E99CB")>]
type DsTextSearchOptions
public enum DsTextSearchOptions

成员

成员名称 说明
dsMatchWord  
dsMatchCase  
dsMatchNoRegExp  
dsMatchRegExp  
dsMatchRegExpB  
dsMatchRegExpE  
dsMatchRegExpCur  
dsMatchForward  
dsMatchBackward  
dsMatchFromStart  

请参见

参考

EnvDTE 命名空间