Created
January 15, 2019 18:46
-
-
Save cromica/d8ffc5cdc51927e8cf6f63fc95ac4df1 to your computer and use it in GitHub Desktop.
define a tell me plugin loader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[TellMeSearchProvider] | |
public class QuickInfoProvider : ITellMePluginLoader | |
{ | |
public ISearchDataProvider InitializeProvider() | |
{ | |
var quickInfoSearchDataProvider = new QuickInfoSearchDataProvider(); | |
return quickInfoSearchDataProvider; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment