ToolWindowPane.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 implementation associated with this tool window.
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(); };
public Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchHost SearchHost { get; }
member this.SearchHost : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchHost
Public ReadOnly Property SearchHost As IVsWindowSearchHost
Property Value
The search host implementation associated with this tool window.