IVsGlobalSearchUI.SearchHost Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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