SearchControlDataSource::SearchProgress Property

 

Gets or sets the search progress value for the search control data source.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property int SearchProgress {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

Returns the search progress value.

Return to top
Show: