Find2.WaitForFindToComplete Property
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.
Gets or sets a value indicating whether a find result is returned before continuing execution.
public:
property bool WaitForFindToComplete { bool get(); void set(bool value); };
public:
property bool WaitForFindToComplete { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(100)]
public bool WaitForFindToComplete { [System.Runtime.InteropServices.DispId(100)] get; [System.Runtime.InteropServices.DispId(100)] set; }
[<System.Runtime.InteropServices.DispId(100)>]
[<get: System.Runtime.InteropServices.DispId(100)>]
[<set: System.Runtime.InteropServices.DispId(100)>]
member this.WaitForFindToComplete : bool with get, set
Public Property WaitForFindToComplete As Boolean
Property Value
true
if find operation is asynchronous; otherwise, false
.
- Attributes