Share via


SearchSettingsDataSource.SearchStartType Property

Definition

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).

public:
 property Microsoft::VisualStudio::Shell::Interop::VSSEARCHSTARTTYPE SearchStartType { Microsoft::VisualStudio::Shell::Interop::VSSEARCHSTARTTYPE get(); void set(Microsoft::VisualStudio::Shell::Interop::VSSEARCHSTARTTYPE value); };
public:
 property Microsoft::VisualStudio::Shell::Interop::VSSEARCHSTARTTYPE SearchStartType { Microsoft::VisualStudio::Shell::Interop::VSSEARCHSTARTTYPE get(); void set(Microsoft::VisualStudio::Shell::Interop::VSSEARCHSTARTTYPE value); };
public Microsoft.VisualStudio.Shell.Interop.VSSEARCHSTARTTYPE SearchStartType { get; set; }
member this.SearchStartType : Microsoft.VisualStudio.Shell.Interop.VSSEARCHSTARTTYPE with get, set
Public Property SearchStartType As VSSEARCHSTARTTYPE

Property Value

Returns the search start type of the control.

Applies to