vsFindOptions2 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public enum class vsFindOptions2
public enum class vsFindOptions2
enum vsFindOptions2
[System.Runtime.InteropServices.Guid("A3ACF727-0590-4467-A9C7-5557B9C0F3F6")]
public enum vsFindOptions2
[<System.Runtime.InteropServices.Guid("A3ACF727-0590-4467-A9C7-5557B9C0F3F6")>]
type vsFindOptions2 =
Public Enum vsFindOptions2
- Inheritance
-
vsFindOptions2
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsFindOptionsWaitForFindToComplete | 16384 | Represents whether the find operation is asynchronous. |