This topic has not yet been rated - Rate this topic

DsTextSearchOptions Enumeration

This enumeration supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[GuidAttribute("BDBE10AA-74D3-498A-A464-8074CD5E99CB")] 
public enum DsTextSearchOptions
/** @attribute GuidAttribute("BDBE10AA-74D3-498A-A464-8074CD5E99CB") */ 
public enum DsTextSearchOptions
GuidAttribute("BDBE10AA-74D3-498A-A464-8074CD5E99CB") 
public enum DsTextSearchOptions
  Member name Description
dsMatchBackward  
dsMatchCase  
dsMatchForward  
dsMatchFromStart  
dsMatchNoRegExp  
dsMatchRegExp  
dsMatchRegExpB  
dsMatchRegExpCur  
dsMatchRegExpE  
dsMatchWord  
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
This enumeration has been deprecated
This enumeration has been deprecated. It was used to support using some Developer Studio macros within Visual Studio. While this enumeration will still work in the methods it was designed to work with, it is suggested that you use Visual Studio objects, methods, and properties rather than the backward compatible methods and properties.
Advertisement