Find2.WaitForFindToComplete Property

Gets or sets a value indicating whether a find result is returned before continuing execution.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
Property WaitForFindToComplete As Boolean
bool WaitForFindToComplete { get; set; }
property bool WaitForFindToComplete {
    bool get ();
    void set (bool value);
}
abstract WaitForFindToComplete : bool with get, set
function get WaitForFindToComplete () : boolean
function set WaitForFindToComplete (value : boolean)

Property Value

Type: System.Boolean
true if find operation is asynchronous; otherwise, false.

.NET Framework Security

See Also

Reference

Find2 Interface

EnvDTE80 Namespace