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)

property bool WaitForFindToComplete {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if find operation is asynchronous; otherwise, false.

Return to top
Show: