Find2.WaitForFindToComplete 属性

定义

获取或设置一个值,该值指示继续执行前是否返回查找结果。

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

属性值

Boolean

true 如果查找操作是异步的,则为;否则为 false

属性

适用于