Partager via


IVsSearchCallback, interface

 

Implémentée par le consommateur de recherche (par exemple hôte de recherche de fenêtre).La tâche de recherche appelle cette interface pour signaler la progression ou la fin.

Espace de noms:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (dans Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntaxe

[GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchCallback
[GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSearchCallback
[<GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchCallback = interface end
<GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IVsSearchCallback

Méthodes

Nom Description
System_CAPS_pubmethod ReportComplete(IVsSearchTask, UInt32)

System_CAPS_pubmethod ReportProgress(IVsSearchTask, UInt32, UInt32)

Voir aussi

Microsoft.VisualStudio.Shell.Interop, espace de noms

Retour au début