다음을 통해 공유


SearchControlDataSource.OnStartSearch Method

Provides class handling for starting a search on the data source or any element derived from it.

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

Syntax

‘선언
Protected Overridable Sub OnStartSearch ( _
    searchText As String _
)
protected virtual void OnStartSearch(
    string searchText
)

Parameters

  • searchText
    Type: System.String
    The text for which the search is starting.

.NET Framework Security

See Also

Reference

SearchControlDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace