ExportLanguageServiceAttribute(Type, String, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Declara uma ILanguageService implementação para inclusão em um workspace baseado em MEF.
public ExportLanguageServiceAttribute (Type type, string language, string layer = "Default");
new Microsoft.CodeAnalysis.Host.Mef.ExportLanguageServiceAttribute : Type * string * string -> Microsoft.CodeAnalysis.Host.Mef.ExportLanguageServiceAttribute
Public Sub New (type As Type, language As String, Optional layer As String = "Default")
Parâmetros
- type
- Type
O tipo que será usado para recuperar o serviço de um HostLanguageServices.
- language
- String
O idioma para o qual o serviço é direcionado; LanguageNames.CSharp etc.
- layer
- String
A camada para a qual o serviço é especificado; ServiceLayer.Default, etc.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.