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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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
- fileName
Type: System.String
- itemId
Type: System.UInt32
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
Return Value
Type: Microsoft.VisualStudio.Modeling.Shell.IncludeResults