vsFindOptions2
(EnvDTE80.vsFindOptions2)
Inherits:
System.Enum
Interfaces:
IComparable, IFormattable, IConvertible
Derived Types:
0
Assembly:
envdte80.dll
Represents the behavior of the ReplacePattern method, such as how to search, where to begin the search, whether to search forward or backward, and whether to apply case sensitivity.
VB.NET
C#
|
C#
public enum struct vsFindOptions2 : System.IComparable, System.IFormattable, System.IConvertible
{
}
Articles