ProvideEditorAttributeBase Класс

Определение

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
Производный

Конструкторы

ProvideEditorAttributeBase(Object)

Инициализирует экземпляр ProvideEditorAttributeBase

Свойства

Factory

Guid фабрики редактора.

TypeId

Переопределите свойство TypeID, чтобы разрешить производным классам RegistrationAttribute работать с System.ComponentModel.TypeDescriptor.GetAttributes(...). Атрибут, производный от этого, должен переопределять это свойство только в том случае, если ему требуется более эффективное управление экземплярами, которые можно применить к классу.

(Унаследовано от RegistrationAttribute)

Методы

GetPackageRegKeyPath(Guid)

Получает путь в реестре (относительно корня реестра приложения) VSPackage.

(Унаследовано от RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Регистрирует данный VSPackage с заданным контекстом при вызове внешним средством регистрации, например regpkg.exe. Дополнительные сведения см. в разделе Регистрация пакетов VSPackage.

(Унаследовано от RegistrationAttribute)
Unregister(RegistrationAttribute+RegistrationContext)

Вызывается для отмены регистрации атрибута с данным контекстом.

(Унаследовано от RegistrationAttribute)

Применяется к