SearchProviderSettingsDataSource::PropertyNames::SearchProgressType Field

 

The name of the value indicating the progress type supported by the search provider. Name is “SearchProgressType

”. Default search progress type is 0 (SPT_NONE); do not display progress type. Progress type value can be 0 (SPT_NONE, no display), 1 (SPT_INDETERMINATE, infinite-loop animation) or 2 (SPT_DETERMINATE, 0-100% progress bar).

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

public:
static initonly String^ SearchProgressType

Field Value

Type: System::String^
Return to top
Show: