VsSearchTask::SearchCallback Property
Visual Studio 2015
Gets the callback interface that needs to be called when the search is complete.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
protected: property IVsSearchCallback^ SearchCallback { [CompilerGeneratedAttribute] IVsSearchCallback^ get(); [CompilerGeneratedAttribute] private: void set(IVsSearchCallback^ value); }
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchCallback^
Show: