IncludeInResultsCallback Delegate

 

Represents the method that will decide if a file should be included in the search results.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

[CLSCompliantAttribute(false)]
public delegate IncludeResults IncludeInResultsCallback(
	String^ fileName,
	unsigned int itemId,
	IVsHierarchy^ hierarchy
)
Return to top
Show: