ProvideLanguageEditorToolsOptionCategoryAttribute Класс

Определение

Этот атрибут используется для объявления категории параметров инструментов для языка.

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

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

ProvideLanguageEditorToolsOptionCategoryAttribute(String, String, String)

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

Свойства

TypeId

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

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

Методы

GetPackageRegKeyPath(Guid)

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

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

Регистрирует страницу параметров средств.

Unregister(RegistrationAttribute+RegistrationContext)

Отменяет регистрацию страницы параметров средств.

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