IVsWindowSearchHost.SearchEvents 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 events callback once the search has been set up with the host.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchEvents ^ SearchEvents { Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchEvents ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchEvents ^ SearchEvents { Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchEvents ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchEvents SearchEvents { get; }
member this.SearchEvents : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchEvents
Public ReadOnly Property SearchEvents As IVsWindowSearchEvents