SearchSettingsDataSource.SearchStartType Propriété

Définition

Obtient ou définit le type de démarrage de recherche du contrôle de recherche commun. La valeur par défaut est différée ; le type de démarrage peut être instantané (SST_INSTANT), différé (SST_DELAYED) ou à la demande (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

Valeur de propriété

VSSEARCHSTARTTYPE

Retourne le type de lancement de recherche du contrôle.

S’applique à