ProvideManagedMenuResourceAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许属性注册和取消注册。
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() |
方法
| 名称 | 说明 |
|---|---|
| Register(RegistrationAttribute+RegistrationContext) |
调用该属性以与给定上下文进行注册。 |
| Unregister(RegistrationAttribute+RegistrationContext) |
调用该属性在给定上下文中取消注册。 |