vsFindOptions2 Enum

Definition

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

vsFindOptionsWaitForFindToComplete 16384

Represents whether the find operation is asynchronous.

Applies to