IVsGlobalSearchUI.SearchHost Property

Definition

Gets the search host of the global search control. Can be used to initiate IDE-wide searches with the UI, get the status of the existing search, and so on.

public:
 property Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchHost ^ SearchHost { Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchHost ^ get(); };
public:
 property Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchHost ^ SearchHost { Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchHost ^ get(); };
[System.Runtime.InteropServices.DispId(1610678276)]
public Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchHost SearchHost { get; }
public Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchHost SearchHost { get; }
[<System.Runtime.InteropServices.DispId(1610678276)>]
member this.SearchHost : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchHost
member this.SearchHost : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchHost
Public ReadOnly Property SearchHost As IVsWindowSearchHost

Property Value

Attributes

Applies to