Interfaccia IVsSearchCallback
Pubblicato: aprile 2016
Implementato dall' utente ricerca (ad esempio host di ricerca della finestra.L'attività trovata chiamerà questa interfaccia per segnalare lo stato di avanzamento o che il completamento.
Spazio dei nomi: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Sintassi
[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
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
ReportComplete(IVsSearchTask, UInt32) | |
![]() |
ReportProgress(IVsSearchTask, UInt32, UInt32) |
Vedere anche
Spazio dei nomi Microsoft.VisualStudio.Shell.Interop
Torna all'inizio