IVsWindowSearch.SearchOptionsEnum-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ermöglicht dem Fenster Suche Host überschreibbare Suchoptionen abrufen.

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

Syntax

[DispIdAttribute(1610678278)]
IVsEnumWindowSearchOptions SearchOptionsEnum { get; }
[DispIdAttribute(1610678278)]
property IVsEnumWindowSearchOptions^ SearchOptionsEnum {
    IVsEnumWindowSearchOptions^ get();
}
[<DispIdAttribute(1610678278)>]
abstract SearchOptionsEnum : IVsEnumWindowSearchOptions with get
<DispIdAttribute(1610678278)>
ReadOnly Property SearchOptionsEnum As IVsEnumWindowSearchOptions

Eigenschaftswert

Type: Microsoft.VisualStudio.Shell.Interop.IVsEnumWindowSearchOptions

Die Suchoptionen.

Siehe auch

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

Zurück zum Anfang