ProvideManagedMenuResourceAttribute Class

Definition

Allows attributes to be registered and unregistered.

public ref class ProvideManagedMenuResourceAttribute : Microsoft::VisualStudio::Shell::RegistrationAttribute
public class ProvideManagedMenuResourceAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
type ProvideManagedMenuResourceAttribute = class
    inherit RegistrationAttribute
Public Class ProvideManagedMenuResourceAttribute
Inherits RegistrationAttribute
Inheritance
ProvideManagedMenuResourceAttribute

Constructors

ProvideManagedMenuResourceAttribute()

Creates an object of type ProvideManagedMenuResourceAttribute.

Methods

Register(RegistrationAttribute+RegistrationContext)

Called to register this attribute with the given context.

Unregister(RegistrationAttribute+RegistrationContext)

Called to unregister this attribute with the given context.

Applies to