ProvideEditorAttributeBase 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class ProvideEditorAttributeBase abstract : Microsoft::VisualStudio::Shell::RegistrationAttribute
public abstract class ProvideEditorAttributeBase : Microsoft.VisualStudio.Shell.RegistrationAttribute
type ProvideEditorAttributeBase = class
inherit RegistrationAttribute
Public MustInherit Class ProvideEditorAttributeBase
Inherits RegistrationAttribute
- 继承
- 派生
构造函数
ProvideEditorAttributeBase(Object) |
初始化 ProvideEditorAttributeBase 的实例 |
属性
Factory |
编辑器工厂 guid。 |
TypeId |
重写 TypeID 属性,以便让 RegistrationAttribute 派生类与 System.ComponentModel.TypeDescriptor.GetAttributes 一起使用 (...) 。仅当派生自此属性的属性需要对可应用于类的实例使用更好的控件时,它才必须重写此属性。 (继承自 RegistrationAttribute) |
方法
GetPackageRegKeyPath(Guid) |
获取相对于 VSPackage 的应用程序) 注册表根目录 (注册表路径。 (继承自 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
当外部注册工具(如 regpkg.exe)调用时,向给定上下文注册此 VSPackage。 有关详细信息,请参阅注册 VSPackage。 (继承自 RegistrationAttribute) |
Unregister(RegistrationAttribute+RegistrationContext) |
调用以便向给定的上下文撤消注册此属性。 (继承自 RegistrationAttribute) |