IVsWindowSearchHost.SearchEvents-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Search-Ereignisse-Rückruf ab, sobald die Suche mit dem Host eingerichtet wurde.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

[DispIdAttribute(1610678275)]
IVsWindowSearchEvents SearchEvents { get; }
[DispIdAttribute(1610678275)]
property IVsWindowSearchEvents^ SearchEvents {
    IVsWindowSearchEvents^ get();
}
[<DispIdAttribute(1610678275)>]
abstract SearchEvents : IVsWindowSearchEvents with get
<DispIdAttribute(1610678275)>
ReadOnly Property SearchEvents As IVsWindowSearchEvents

Eigenschaftswert

Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchEvents

Siehe auch

IVsWindowSearchHost-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang