SearchSettingsDataSource.SearchStartType 属性

定义

获取或设置通用搜索控件的搜索启动类型。 默认值为延迟;启动类型可以是即时 (SST_INSTANT) ,延迟 (SST_DELAYED) 或按需 (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

属性值

VSSEARCHSTARTTYPE

返回控件的搜索启动类型。

适用于