Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
pWindowSearch
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowSearch[in] The window search provider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.