IncludeInResultsCallback 委派
表示會決定檔案是否應該納入搜尋結果的方法。
此 API 不符合 CLS 標準。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
語法
'宣告
<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
)
參數
- fileName
型別:System.String
- itemId
型別:System.UInt32
- hierarchy
型別:Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
傳回值
型別:Microsoft.VisualStudio.Modeling.Shell.IncludeResults