ProvideSearchProviderAttribute Constructor (Type^, String^)
Visual Studio 2015
Initializes a new instance of the ProvideSearchProviderAttribute class.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- providerType
-
Type:
System::Type^
The type implementing the IVsSearchProvider extension.
- name
-
Type:
System::String^
A short, non-localized human-readable name of the provider.
Specifies that the package implements an IVsSearchProviderFactory interface (that is, by deriving from ExtensionPointPackage) and declares the type implementing the search provider.
Show: