SearchControlDataSource::SearchStatus Property

 

Gets or sets the search status of the search control data source.

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

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

Property Value

Type: Microsoft.VisualStudio.PlatformUI::SearchStatus

Returns the search status.

Return to top
Show: