SearchSettingsDataSource.SearchProgressType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the progress type supported by the common search control. Default is 0 SPT_INDETERMINATE
, indicating the search will be an infinite-loop animation, because exact search progress cannot be determined. Value can be 0 (SPT_NONE, no display), 1 (SPT_INDETERMINATE, infinite-loop animation) or 2 (SPT_DETERMINATE, 0-100% progress bar).
public:
property Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE SearchProgressType { Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE get(); void set(Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE value); };
public:
property Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE SearchProgressType { Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE get(); void set(Microsoft::VisualStudio::Shell::Interop::VSSEARCHPROGRESSTYPE value); };
public Microsoft.VisualStudio.Shell.Interop.VSSEARCHPROGRESSTYPE SearchProgressType { get; set; }
member this.SearchProgressType : Microsoft.VisualStudio.Shell.Interop.VSSEARCHPROGRESSTYPE with get, set
Public Property SearchProgressType As VSSEARCHPROGRESSTYPE
Property Value
Returns the progress type of the search control.