RegisterAsDslToolsEditorAttribute Classe

Definição

Esse atributo é usado para marcar um designer de ferramentas DSL que foi criado com o assistente de designer. Ele permite que o assistente de designer recomende a reutilização de extensões de arquivo tratadas por outros designers não DSLTools e permite remover designers de DSL antigos sem remover outros pacotes que manipulam a mesma extensão de arquivo.

public ref class RegisterAsDslToolsEditorAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class RegisterAsDslToolsEditorAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type RegisterAsDslToolsEditorAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class RegisterAsDslToolsEditorAttribute
Inherits RegistrationAttribute
Herança
RegisterAsDslToolsEditorAttribute
Atributos

Construtores

RegisterAsDslToolsEditorAttribute()

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 o pacote como uma ferramenta DSL.

Unregister(RegistrationAttribute+RegistrationContext)

Remove a chave de registro da ferramenta DSL.

Aplica-se a