ProvideEditorLogicalViewAttribute Класс

Определение

Добавляет логическое представление в редактор, созданный фабрикой редакторов.

public ref class ProvideEditorLogicalViewAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideEditorLogicalViewAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideEditorLogicalViewAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideEditorLogicalViewAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideEditorLogicalViewAttribute
Inherits RegistrationAttribute
Наследование
ProvideEditorLogicalViewAttribute
Атрибуты

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

ProvideEditorLogicalViewAttribute(Object, String)

Инициализирует новый экземпляр ProvideEditorLogicalViewAttribute для указанного типа фабрики и логического представления.

Свойства

FactoryType

Получает GUID типа фабрики.

IsTrusted

Получает или задает флаг доверия для данного логического представления.

LogicalView

Получает GUID локального представления.

TypeId

Получает текущий экземпляр данного атрибута.

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

Методы

GetPackageRegKeyPath(Guid)

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

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

Регистрирует данный атрибут с заданным контекстом.

Unregister(RegistrationAttribute+RegistrationContext)

Отменяет регистрацию Имени логического представления.

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