ProvideLanguageEditorToolsOptionCategoryAttribute Classe

Definição

Esse atributo é usado para declarar uma categoria de opção de ferramentas para um idioma.

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
Herança
ProvideLanguageEditorToolsOptionCategoryAttribute
Atributos

Construtores

ProvideLanguageEditorToolsOptionCategoryAttribute(String, String, String)

Inicializa uma nova instância do ProvideLanguageEditorToolsOptionCategoryAttribute para a categoria de linguagem e opção.

Propriedades

TypeId

Obtém a instância atual deste atributo.

(Herdado de RegistrationAttribute)

Métodos

GetPackageRegKeyPath(Guid)

Obtém o caminho do registro (relativo à raiz do registro do aplicativo) do VSPackage.

(Herdado de RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Registra a página de opções de ferramentas.

Unregister(RegistrationAttribute+RegistrationContext)

Cancela o registro da página de opções de ferramentas.

Aplica-se a