Share via


IVsWindowSearchHost.SetupSearch Method

Associates the search host control with the window search provider.

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

Syntax

'Declaration
Sub SetupSearch ( _
    pWindowSearch As IVsWindowSearch _
)
void SetupSearch(
    IVsWindowSearch pWindowSearch
)
void SetupSearch(
    [InAttribute] IVsWindowSearch^ pWindowSearch
)
abstract SetupSearch : 
        pWindowSearch:IVsWindowSearch -> unit
function SetupSearch(
    pWindowSearch : IVsWindowSearch
)

Parameters

.NET Framework Security

See Also

Reference

IVsWindowSearchHost Interface

Microsoft.VisualStudio.Shell.Interop Namespace