Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: String
- itemId
Type: UInt32
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
Return Value
Type: Microsoft.VisualStudio.Modeling.Shell.IncludeResults