ProvideManagedMenuResourceAttribute Class

 

Allows attributes to be registered and unregistered.

Namespace:   Microsoft.SqlServer.Management
Assembly:  SQLEditors (in SQLEditors.dll)

System::Object
  System::Attribute
    Microsoft.VisualStudio.Shell::RegistrationAttribute
      Microsoft.SqlServer.Management::ProvideManagedMenuResourceAttribute

public ref class ProvideManagedMenuResourceAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideManagedMenuResourceAttribute()

Creates an object of type ProvideManagedMenuResourceAttribute.

NameDescription
System_CAPS_pubpropertyTypeId

(Inherited from RegistrationAttribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_protmethodGetPackageRegKeyPath(Guid)

(Inherited from RegistrationAttribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRegister(RegistrationAttribute::RegistrationContext^)

Called to register this attribute with the given context.(Overrides RegistrationAttribute::Register(RegistrationAttribute::RegistrationContext^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnregister(RegistrationAttribute::RegistrationContext^)

Called to unregister this attribute with the given context.(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: