VsSearchTask::SearchCallback Property

 

Gets the callback interface that needs to be called when the search is complete.

Namespace:   Microsoft.VisualStudio.Shell
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);
}
Return to top
Show: