SearchSettingsDataSource::SearchStartType Property
Visual Studio 2015
Gets or sets the search start type of the common search control. Default is delayed; start type can be instant(SST_INSTANT), delayed(SST_DELAYED) or on-demand(SST_ONDEMAND).
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property VSSEARCHSTARTTYPE SearchStartType { VSSEARCHSTARTTYPE get(); void set(VSSEARCHSTARTTYPE value); }
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::VSSEARCHSTARTTYPEReturns the search start type of the control.
Show: