IncludeInResultsCallback – delegát
Představuje metodu, rozhodne-li soubor součástí by měly být výsledky hledání.
Toto rozhraní API není kompatibilní se specifikací CLS.
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Deklarace
<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
)
Parametry
- fileName
Typ: System.String
- itemId
Typ: System.UInt32
- hierarchy
Typ: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
Vrácená hodnota
Typ: Microsoft.VisualStudio.Modeling.Shell.IncludeResults