ProvideSearchProviderAttribute Class

 

Registers the package as a search provider (IVsSearchProvider) extender. The Type and names passed in determine the search provider being registered.

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


[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class ProvideSearchProviderAttribute : ExtensionPointRegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideSearchProviderAttribute(Type, String)

Initializes a new instance of the ProvideSearchProviderAttribute class.

NameDescription
System_CAPS_pubpropertyName

Gets the human-readable name of the extension point provider.(Inherited from ExtensionPointRegistrationAttribute.)

System_CAPS_pubpropertyProvider

Gets the provider’s GUID.(Inherited from ExtensionPointRegistrationAttribute.)

System_CAPS_pubpropertyProviderType

Gets the type that implements the associated extension point in this package.(Inherited from ExtensionPointRegistrationAttribute.)

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodRegister(RegistrationAttribute.RegistrationContext)

Registers this attribute with the given context.(Inherited from ExtensionPointRegistrationAttribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnregister(RegistrationAttribute.RegistrationContext)

Unregisters this attribute.(Inherited from ExtensionPointRegistrationAttribute.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: