vsFindOptions2 Enumeration
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.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("A3ACF727-0590-4467-A9C7-5557B9C0F3F6")> _
Public Enumeration vsFindOptions2
[GuidAttribute("A3ACF727-0590-4467-A9C7-5557B9C0F3F6")]
public enum vsFindOptions2
[GuidAttribute(L"A3ACF727-0590-4467-A9C7-5557B9C0F3F6")]
public enum class vsFindOptions2
[<GuidAttribute("A3ACF727-0590-4467-A9C7-5557B9C0F3F6")>]
type vsFindOptions2
public enum vsFindOptions2
Members
Member name | Description | |
---|---|---|
vsFindOptionsWaitForFindToComplete | Represents whether the find operation is asynchronous. |