IVsSearchProvider.ProvideSearchSettings-Methode: (IVsUIDataSource)

 

Veröffentlicht: Oktober 2016

Fügen spezielle Einstellungen in der die Suchanbieter Befehl zugeordnete Datenmodell.

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

Syntax

void ProvideSearchSettings(
    IVsUIDataSource pSearchOptions
)
void ProvideSearchSettings(
    IVsUIDataSource^ pSearchOptions
)
abstract ProvideSearchSettings : 
        pSearchOptions:IVsUIDataSource -> unit
Sub ProvideSearchSettings (
    pSearchOptions As IVsUIDataSource
)

Parameter

Siehe auch

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

Zurück zum Anfang