ProvideSearchProviderAttribute Constructor (Type^, String^)

 

Initializes a new instance of the ProvideSearchProviderAttribute class.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ProvideSearchProviderAttribute(
	Type^ providerType,
	String^ name
)

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.

Return to top
Show: