다음을 통해 공유


SearchSettingsDataSource.SearchStartType Property

Gets or sets the value indicating the search start type of the Visual Studio common search control. Default is delayed; start type can be instant(SST_INSTANT), delayed(SST_DELAYED) or on-demand(SST_ONDEMAND).

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Property SearchStartType As VSSEARCHSTARTTYPE
public VSSEARCHSTARTTYPE SearchStartType { get; set; }

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.VSSEARCHSTARTTYPE
Returns the search start type of the control.

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace