SearchSettingsDataSource.SearchStartType 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 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.