RegisterExtenderAttribute Class

 
Note: This API is now obsolete.

Registers an extender with Visual Studio. This class cannot be inherited. This class is obsolete. Please use ProvideExtenderAttribute instead.

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

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Shell.RegisterExtenderAttribute

[ObsoleteAttribute("RegisterExtenderAttribute has been deprecated. Please use ProvideExtenderAttribute instead.")]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, 
	Inherited = true)]
public sealed class RegisterExtenderAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodRegisterExtenderAttribute(String, String, String)

This constructor creates a new RegisterExtenderAttribute object.

NameDescription
System_CAPS_pubpropertyExtendeeCatId

Gets the CATID of the object to be extended.

System_CAPS_pubpropertyExtender

Gets the GUID of the extender.

System_CAPS_pubpropertyExtenderName

Gets the name of the extender.

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)

Provides registration information about a VSPackage when called by an external registration tool such as RegPkg.exe.(Overrides RegistrationAttribute.Register(RegistrationAttribute.RegistrationContext).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnregister(RegistrationAttribute.RegistrationContext)

Removes registration information about a VSPackage when called by an external registration tool such as RegPkg.exe.(Overrides RegistrationAttribute.Unregister(RegistrationAttribute.RegistrationContext).)

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: