VsSearchTask.SearchCallback 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.
The callback interface that needs to be called when the search is complete
protected:
property Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback ^ SearchCallback { Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback ^ get(); };
protected:
property Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback ^ SearchCallback { Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback ^ get(); };
protected Microsoft.VisualStudio.Shell.Interop.IVsSearchCallback SearchCallback { get; }
member this.SearchCallback : Microsoft.VisualStudio.Shell.Interop.IVsSearchCallback
Protected ReadOnly Property SearchCallback As IVsSearchCallback