ProvideManagedMenuResourceAttribute 类

定义

允许注册和撤消注册属性。

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
继承
ProvideManagedMenuResourceAttribute

构造函数

ProvideManagedMenuResourceAttribute()

创建一个 ProvideManagedMenuResourceAttribute 类型的对象。

方法

Register(RegistrationAttribute+RegistrationContext)

调用以便向给定的上下文注册此属性。

Unregister(RegistrationAttribute+RegistrationContext)

调用以便向给定的上下文撤消注册此属性。

适用于