Share via


IncludeInResultsCallback Delegate

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Delegate Function IncludeInResultsCallback ( _
    fileName As String, _
    itemId As UInteger, _
    hierarchy As IVsHierarchy _
) As IncludeResults
[CLSCompliantAttribute(false)]
public delegate IncludeResults IncludeInResultsCallback(
    string fileName,
    uint itemId,
    IVsHierarchy hierarchy
)
[CLSCompliantAttribute(false)]
public delegate IncludeResults IncludeInResultsCallback(
    String^ fileName, 
    unsigned int itemId, 
    IVsHierarchy^ hierarchy
)
[<CLSCompliantAttribute(false)>]
type IncludeInResultsCallback = 
    delegate of 
        fileName:string * 
        itemId:uint32 * 
        hierarchy:IVsHierarchy -> IncludeResults
JScript does not support delegates.

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Shell.IncludeResults

See Also

Reference

Microsoft.VisualStudio.Modeling.Shell Namespace